.\" ** You probably do not want to edit this file directly ** .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .TH "GIT\-SSH\-FETCH" "1" "09/19/2007" "Git 1.5.3.2" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" git\-ssh\-fetch \- Fetch from a remote repository over ssh connection .SH "SYNOPSIS" \fIgit\-ssh\-fetch\fR [\-c] [\-t] [\-a] [\-d] [\-v] [\-w filename] [\-\-recover] commit\-id url .SH "DESCRIPTION" THIS COMMAND IS DEPRECATED. 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