]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-local-fetch.txt
Big tool rename.
[thirdparty/git.git] / Documentation / git-local-fetch.txt
CommitLineData
215a7ad1
JH
1git-local-fetch(1)
2==================
2cf565c5
DG
3v0.1, May 2005
4
5NAME
6----
215a7ad1 7git-local-fetch - Duplicates another GIT repository on a local system
2cf565c5
DG
8
9
10SYNOPSIS
11--------
215a7ad1 12'git-local-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path
2cf565c5
DG
13
14DESCRIPTION
15-----------
16Duplicates another GIT repository on a local system.
17
18OPTIONS
19-------
20-c::
21 Get the commit objects.
22-t::
23 Get trees associated with the commit objects.
24-a::
25 Get all the objects.
26-v::
27 Report what is downloaded.
2c6e4771
JS
28
29-w <filename>::
30 Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
f5ab6cca 31 the local end after the transfer is complete.
2cf565c5
DG
32
33Author
34------
f5ab6cca 35Written by Junio C Hamano <junkio@cox.net>
2cf565c5
DG
36
37Documentation
38--------------
39Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
40
41GIT
42---
43Part of the link:git.html[git] suite
44