.\"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-LOCAL-FETCH" 1 "" "" "" .SH NAME git-local-fetch \- Duplicates another git repository on a local system .SH "SYNOPSIS" git\-local\-fetch [\-c] [\-t] [\-a] [\-d] [\-v] [\-w filename] [\-\-recover] [\-l] [\-s] [\-n] commit\-id path .SH "DESCRIPTION" Duplicates another git repository on a local system\&. .SH "OPTIONS" .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 Junio C Hamano .SH "DOCUMENTATION" Documentation by David Greaves, Junio C Hamano and the git\-list \&. .SH "GIT" Part of the \fBgit\fR(7) suite