.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "GIT-SSH-UPLOAD" 1 "" "" "" .SH NAME git-ssh-upload \- Pushes to a remote repository over ssh connection .SH "SYNOPSIS" git\-ssh\-upload [\-c] [\-t] [\-a] [\-d] [\-v] [\-w filename] [\-\-recover] commit\-id url .SH "DESCRIPTION" Pushes from a remote repository over ssh connection, invoking git\-ssh\-fetch on the other end\&. It functions identically to git\-ssh\-fetch, aside from which end you run it on\&. .SH "OPTIONS" .TP commit\-id Id of commit to push\&. .TP \-c Get the commit objects\&. .TP \-t Get tree associated with the requested commit object\&. .TP \-a Get all the objects\&. .TP \-v Report what is uploaded\&. .TP \-w Writes the commit\-id into the filename under [URL]/refs/ on the remote end after the transfer is complete\&. .SH "AUTHOR" Written by Daniel Barkalow .SH "DOCUMENTATION" Documentation by Daniel Barkalow .SH "GIT" Part of the \fBgit\fR(7) suite