6 git-ssh-fetch - Fetch from a remote repository over ssh connection
12 'git-ssh-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
16 THIS COMMAND IS DEPRECATED.
18 Pulls from a remote repository over ssh connection, invoking
19 git-ssh-upload on the other end. It functions identically to
20 git-ssh-upload, aside from which end you run it on.
26 Either the hash or the filename under [URL]/refs/ to
30 Get the commit objects.
32 Get trees associated with the commit objects.
36 Report what is downloaded.
38 Writes the commit-id into the filename under $GIT_DIR/refs/ on
39 the local end after the transfer is complete.
44 Written by Daniel Barkalow <barkalow@iabervon.org>
48 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
52 Part of the gitlink:git[7] suite