7 git-ssh-push - Pushes to a remote repository over ssh connection
12 'git-ssh-push' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
16 Pushes from a remote repository over ssh connection, invoking
17 git-ssh-pull on the other end. It functions identically to
18 git-ssh-pull, aside from which end you run it on.
23 Either the hash or the filename under $GIT_DIR/refs/ to push.
26 Get the commit objects.
28 Get tree associated with the requested commit object.
32 Do not check for delta base objects (use this option
33 only when you know the local repository is not
36 Check dependency of deltified object more carefully than
37 usual, to recover after earlier push that was interrupted.
39 Report what is uploaded.
41 Writes the commit-id into the filename under [URL]/refs/ on
42 the remote end after the transfer is complete.
46 Written by Daniel Barkalow <barkalow@iabervon.org>
50 Documentation by Daniel Barkalow
54 Part of the link:git.html[git] suite