6 git-pull - Pull and merge from another repository.
11 'git-pull' <repository> <refspec>...
16 Runs 'git-fetch' with the given parameters.
18 When only one ref is downloaded, runs 'git resolve' to merge it
19 into the local HEAD. Otherwise uses 'git octopus' to merge them
25 include::pull-fetch-param.txt[]
30 Written by Linus Torvalds <torvalds@osdl.org>
31 and Junio C Hamano <junkio@cox.net>
35 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
39 Part of the gitlink:git[7] suite