6 git-ssh-upload - Push to a remote repository over ssh connection
11 'git-ssh-upload' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
15 Pushes from a remote repository over ssh connection, invoking
16 git-ssh-fetch on the other end. It functions identically to
17 git-ssh-fetch, aside from which end you run it on.
25 Get the commit objects.
27 Get tree associated with the requested commit object.
31 Report what is uploaded.
33 Writes the commit-id into the filename under [URL]/refs/ on
34 the remote end after the transfer is complete.
38 Written by Daniel Barkalow <barkalow@iabervon.org>
42 Documentation by Daniel Barkalow
46 Part of the gitlink:git[7] suite