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