1git-ssh-push(1) 2=============== 3v0.1, Jun 2005 4 5NAME 6---- 7git-ssh-push - Pushes to a remote repository over ssh connection 8 9 10SYNOPSIS 11-------- 12'git-ssh-push' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url 13 14DESCRIPTION 15----------- 16Pushes from a remote repository over ssh connection, invoking 17git-ssh-pull on the other end. It functions identically to 18git-ssh-pull, aside from which end you run it on. 19 20OPTIONS 21------- 22commit-id:: 23 Id of commit to push. 24 25-c:: 26 Get the commit objects. 27-t:: 28 Get tree associated with the requested commit object. 29-a:: 30 Get all the objects. 31-v:: 32 Report what is uploaded. 33-w:: 34 Writes the commit-id into the filename under [URL]/refs/ on 35 the remote end after the transfer is complete. 36 37Author 38------ 39Written by Daniel Barkalow <barkalow@iabervon.org> 40 41Documentation 42-------------- 43Documentation by Daniel Barkalow 44 45GIT 46--- 47Part of the link:git.html[git] suite 48