6 git-fetch - Download objects and a head from another repository.
11 'git-fetch' <options> <repository> <refspec>...
16 Fetches named heads or tags from another repository, along with
17 the objects necessary to complete them.
19 The ref names and their object names of fetched refs are stored
20 in `.git/FETCH_HEAD`. This information is left for a later merge
21 operation done by "git merge".
26 include::fetch-options.txt[]
28 include::pull-fetch-param.txt[]
39 Written by Linus Torvalds <torvalds@osdl.org> and
40 Junio C Hamano <junkio@cox.net>
44 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
48 Part of the gitlink:git[7] suite