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