blob: 01b5bb992e2aff99cd035026d829e7681af4c2a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
gitlink:git-fetch-pack[1]::
Receive missing objects from another repository.
gitlink:git-http-fetch[1]::
Download from a remote git repository via HTTP.
gitlink:git-http-push[1]::
Push objects over HTTP/DAV to another repository.
gitlink:git-local-fetch[1]::
Duplicate another git repository on a local system.
gitlink:git-peek-remote[1]::
List the references in a remote repository.
gitlink:git-receive-pack[1]::
Receive what is pushed into the repository.
gitlink:git-send-pack[1]::
Push objects over git protocol to another reposiotory.
gitlink:git-shell[1]::
Restricted login shell for GIT-only SSH access.
gitlink:git-ssh-fetch[1]::
Fetch from a remote repository over ssh connection.
gitlink:git-ssh-upload[1]::
Push to a remote repository over ssh connection.
gitlink:git-update-server-info[1]::
Update auxiliary info file to help dumb servers.
gitlink:git-upload-archive[1]::
Send archive back to git-archive.
gitlink:git-upload-pack[1]::
Send objects packed back to git-fetch-pack.
|