GIT 0.99.4 (release candidate)
[git/dscho.git] / Documentation / git-pull-script.txt
blobec1e7a2a90d54cbc9d3e97081bdce12af9a88b0c
1 git-pull-script(1)
2 ==================
3 v0.1, May 2005
5 NAME
6 ----
7 git-pull-script - Pull and merge from another repository.
10 SYNOPSIS
11 --------
12 'git-pull-script' <repository> [ <head> | tag <tag> ]
15 DESCRIPTION
16 -----------
17 Runs 'git-fetch-script' with the given parameters, then
18 'git-resolve-script' to merge the local HEAD and FETCH_HEAD.
21 OPTIONS
22 -------
23 include::pull-fetch-param.txt[]
26 Author
27 ------
28 Written by Linus Torvalds <torvalds@osdl.org> and Junio C Hamano <junkio@cox.net>
30 Documentation
31 --------------
32 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
34 GIT
35 ---
36 Part of the link:git.html[git] suite