]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-fetch-script.txt
GIT 0.99.6
[thirdparty/git.git] / Documentation / git-fetch-script.txt
1 git-fetch-script(1)
2 ===================
3 v0.99.5, Aug 2005
4
5 NAME
6 ----
7 git-fetch-script - Download objects and a head from another repository.
8
9
10 SYNOPSIS
11 --------
12 'git-fetch-script' <repository> <refspec>...
13
14
15 DESCRIPTION
16 -----------
17 Fetches named heads or tags from another repository, along with
18 the objects necessary to complete them.
19
20 The ref names and their object names of fetched refs are stored
21 in $GIT_DIR/FETCH_HEAD. This information is left for a later merge
22 operation done by "git resolve" or "git octopus".
23
24
25 OPTIONS
26 -------
27 include::pull-fetch-param.txt[]
28
29
30 Author
31 ------
32 Written by Linus Torvalds <torvalds@osdl.org> and
33 Junio C Hamano <junkio@cox.net>
34
35 Documentation
36 --------------
37 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
38
39 GIT
40 ---
41 Part of the link:git.html[git] suite