7 git-local-pull - Duplicates another GIT repository on a local system
12 'git-local-pull' [-c] [-t] [-a] [-l] [-s] [-n] [-v] [-d] commit-id path
16 Duplicates another GIT repository on a local system.
21 Get the commit objects.
23 Get trees associated with the commit objects.
27 Do not check for delta base objects (use this option
28 only when you know the remote repository is not
31 Report what is downloaded.
35 Written by Linus Torvalds <torvalds@osdl.org>
39 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
43 Part of the link:git.html[git] suite