]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/cmds-synchingrepositories.txt
Documentation: move command list in git.txt into separate files.
[thirdparty/git.git] / Documentation / cmds-synchingrepositories.txt
1 gitlink:git-fetch-pack[1]::
2 Updates from a remote repository (engine for ssh and
3 local transport).
4
5 gitlink:git-http-fetch[1]::
6 Downloads a remote git repository via HTTP by walking
7 commit chain.
8
9 gitlink:git-local-fetch[1]::
10 Duplicates another git repository on a local system by
11 walking commit chain.
12
13 gitlink:git-peek-remote[1]::
14 Lists references on a remote repository using
15 upload-pack protocol (engine for ssh and local
16 transport).
17
18 gitlink:git-receive-pack[1]::
19 Invoked by 'git-send-pack' to receive what is pushed to it.
20
21 gitlink:git-send-pack[1]::
22 Pushes to a remote repository, intelligently.
23
24 gitlink:git-http-push[1]::
25 Push missing objects using HTTP/DAV.
26
27 gitlink:git-shell[1]::
28 Restricted shell for GIT-only SSH access.
29
30 gitlink:git-ssh-fetch[1]::
31 Pulls from a remote repository over ssh connection by
32 walking commit chain.
33
34 gitlink:git-ssh-upload[1]::
35 Helper "server-side" program used by git-ssh-fetch.
36
37 gitlink:git-update-server-info[1]::
38 Updates auxiliary information on a dumb server to help
39 clients discover references and packs on it.
40
41 gitlink:git-upload-archive[1]::
42 Invoked by 'git-archive' to send a generated archive.
43
44 gitlink:git-upload-pack[1]::
45 Invoked by 'git-fetch-pack' to push
46 what are asked for.