7 git-local-pull - Duplicates another GIT repository on a local system
12 'git-local-pull' [-c] [-t] [-a] [-l] [-s] [-n] [-v] [-d] [--recover] 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 Check dependency of deltified object more carefully than
32 usual, to recover after earlier pull that was interrupted.
34 Report what is downloaded.
38 Written by Linus Torvalds <torvalds@osdl.org>
42 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
46 Part of the link:git.html[git] suite