7 git-ssh-pull - Pulls from a remote repository over ssh connection
13 'git-ssh-pull' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
17 Pulls from a remote repository over ssh connection, invoking
18 git-ssh-push on the other end. It functions identically to
19 git-ssh-push, aside from which end you run it on.
25 Either the hash or the filename under [URL]/refs/ to
29 Get the commit objects.
31 Get trees associated with the commit objects.
35 Report what is downloaded.
37 Writes the commit-id into the filename under $GIT_DIR/refs/ on
38 the local end after the transfer is complete.
43 Written by Daniel Barkalow <barkalow@iabervon.org>
47 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
51 Part of the link:git.html[git] suite