NAME
----
-git-fetch - Download objects and a head from another repository.
+git-fetch - Download objects and a head from another repository
SYNOPSIS
The ref names and their object names of fetched refs are stored
in `.git/FETCH_HEAD`. This information is left for a later merge
-operation done by "git resolve" or "git octopus".
+operation done by "git merge".
OPTIONS
include::pull-fetch-param.txt[]
-
+include::urls.txt[]
SEE ALSO
--------