7 git-ssh-upload - Pushes to a remote repository over ssh connection
12 'git-ssh-upload' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
16 Pushes from a remote repository over ssh connection, invoking
17 git-ssh-fetch on the other end. It functions identically to
18 git-ssh-fetch, aside from which end you run it on.
26 Get the commit objects.
28 Get tree associated with the requested commit object.
32 Report what is uploaded.
34 Writes the commit-id into the filename under [URL]/refs/ on
35 the remote end after the transfer is complete.
39 Written by Daniel Barkalow <barkalow@iabervon.org>
43 Documentation by Daniel Barkalow
47 Part of the link:git.html[git] suite