]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-pull-script.txt
[PATCH] fetch/pull: short-hand notation for remote repositories.
[thirdparty/git.git] / Documentation / git-pull-script.txt
CommitLineData
2cf565c5
DG
1git-pull-script(1)
2==================
3v0.1, May 2005
4
5NAME
6----
7git-pull-script - Script used by Linus to pull and merge a remote repository
8
9
10SYNOPSIS
11--------
12'git-pull-script'
13
14DESCRIPTION
15-----------
16This script is used by Linus to pull from a remote repository and perform
17a merge.
18
19
20Author
21------
22Written by Linus Torvalds <torvalds@osdl.org>
23
24Documentation
25--------------
26Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
27
28GIT
29---
30Part of the link:git.html[git] suite
31