]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-pull-script.txt
Support +<src>:<dst> format in push as well.
[thirdparty/git.git] / Documentation / git-pull-script.txt
CommitLineData
2cf565c5
DG
1git-pull-script(1)
2==================
3f971fc4 3v0.99.4, Aug 2005
2cf565c5
DG
4
5NAME
6----
0c04094b 7git-pull-script - Pull and merge from another repository.
2cf565c5
DG
8
9
10SYNOPSIS
11--------
0c04094b
JH
12'git-pull-script' <repository> [ <head> | tag <tag> ]
13
2cf565c5
DG
14
15DESCRIPTION
16-----------
0c04094b
JH
17Runs 'git-fetch-script' with the given parameters, then
18'git-resolve-script' to merge the local HEAD and FETCH_HEAD.
19
20
21OPTIONS
22-------
23include::pull-fetch-param.txt[]
2cf565c5
DG
24
25
26Author
27------
3f971fc4
JH
28Written by Linus Torvalds <torvalds@osdl.org>
29and Junio C Hamano <junkio@cox.net>
2cf565c5
DG
30
31Documentation
32--------------
33Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
34
35GIT
36---
37Part of the link:git.html[git] suite
38