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 Do not check for delta base objects (use this option
36 only when you know the remote repository is not
39 Check dependency of deltified object more carefully than
40 usual, to recover after earlier pull that was interrupted.
42 Report what is downloaded.
44 Writes the commit-id into the filename under $GIT_DIR/refs/ on
45 the local end after the transfer is complete.
50 Written by Daniel Barkalow <barkalow@iabervon.org>
54 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
58 Part of the link:git.html[git] suite