Big tool rename.
[git.git] / Documentation / git-pull.txt
1 git-pull(1)
2 ===========
3 v0.99.4, Aug 2005
4
5 NAME
6 ----
7 git-pull - Pull and merge from another repository.
8
9
10 SYNOPSIS
11 --------
12 'git-pull' <repository> <refspec>...
13
14
15 DESCRIPTION
16 -----------
17 Runs 'git-fetch' with the given parameters.
18
19 When only one ref is downloaded, runs 'git resolve' to merge it
20 into the local HEAD.  Otherwise uses 'git octopus' to merge them
21 into the local HEAD.
22
23
24 OPTIONS
25 -------
26 include::pull-fetch-param.txt[]
27
28
29 Author
30 ------
31 Written by Linus Torvalds <torvalds@osdl.org>
32 and Junio C Hamano <junkio@cox.net>
33
34 Documentation
35 --------------
36 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
37
38 GIT
39 ---
40 Part of the link:git.html[git] suite
41