X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-fetch.txt;h=438240c0cf3d8df80cd42015c25d4133eb11b017;hb=650e4be59b9f385f56e5829d97d09e8440f174b8;hp=017f6466010f31d9084257d3708aee18c6049abf;hpb=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7;p=git.git diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt index 017f6466..438240c0 100644 --- a/Documentation/git-fetch.txt +++ b/Documentation/git-fetch.txt @@ -1,6 +1,5 @@ git-fetch(1) ============ -v0.99.5, Aug 2005 NAME ---- @@ -9,7 +8,7 @@ git-fetch - Download objects and a head from another repository. SYNOPSIS -------- -'git-fetch' ... +'git-fetch' ... DESCRIPTION @@ -18,24 +17,32 @@ Fetches named heads or tags from another repository, along with the objects necessary to complete them. The ref names and their object names of fetched refs are stored -in $GIT_DIR/FETCH_HEAD. This information is left for a later merge +in `.git/FETCH_HEAD`. This information is left for a later merge operation done by "git resolve" or "git octopus". OPTIONS ------- +include::fetch-options.txt[] + include::pull-fetch-param.txt[] + +SEE ALSO +-------- +gitlink:git-pull[1] + + Author ------ Written by Linus Torvalds and Junio C Hamano Documentation --------------- +------------- Documentation by David Greaves, Junio C Hamano and the git-list . GIT --- -Part of the link:git.html[git] suite +Part of the gitlink:git[7] suite