Code

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