7 git-fetch-script - Download objects and a head from another repository.
12 'git-fetch-script' <repository> <refspec>...
17 Fetches named heads or tags from another repository, along with
18 the objects necessary to complete them.
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".
27 include::pull-fetch-param.txt[]
32 Written by Linus Torvalds <torvalds@osdl.org> and
33 Junio C Hamano <junkio@cox.net>
37 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
41 Part of the link:git.html[git] suite