.\"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-FETCH" 1 "" "" "" .SH NAME git-ssh-fetch \- Pulls from a remote repository over ssh connection .SH "SYNOPSIS" git\-ssh\-fetch [\-c] [\-t] [\-a] [\-d] [\-v] [\-w filename] [\-\-recover] commit\-id url .SH "DESCRIPTION" Pulls from a remote repository over ssh connection, invoking git\-ssh\-upload on the other end\&. It functions identically to git\-ssh\-upload, aside from which end you run it on\&. .SH "OPTIONS" .TP commit\-id Either the hash or the filename under [URL]/refs/ to pull\&. .TP \-c Get the commit objects\&. .TP \-t Get trees associated with the commit objects\&. .TP \-a Get all the objects\&. .TP \-v Report what is downloaded\&. .TP \-w Writes the commit\-id into the filename under $GIT_DIR/refs/ on the local end after the transfer is complete\&. .SH "AUTHOR" Written by Daniel Barkalow .SH "DOCUMENTATION" Documentation by David Greaves, Junio C Hamano and the git\-list \&. .SH "GIT" Part of the \fBgit\fR(7) suite