X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-fetch.txt;h=400fe7f956961ba0ddf09d2dcc6e539adec7ff74;hb=fdfdde58faf93551abea0f92f7688c1dc5de59be;hp=9b9e5686e4d4e1ca41bba1c5a50715463975cad1;hpb=ad336054068074ed614d0bb54bb169e5263499d7;p=git.git diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt index 9b9e5686e..400fe7f95 100644 --- a/Documentation/git-fetch.txt +++ b/Documentation/git-fetch.txt @@ -8,13 +8,13 @@ git-fetch - Download objects and refs from another repository SYNOPSIS -------- -'git fetch' ... +'git fetch' [] [ [...]] -'git fetch' +'git fetch' [] -'git fetch' --multiple [ | ]... +'git fetch' --multiple [] [ | ]... -'git fetch' --all +'git fetch' --all [] DESCRIPTION @@ -24,7 +24,7 @@ along with the objects necessary to complete them. 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-merge'. +operation done by 'git merge'. When stores the fetched result in tracking branches, the tags that point at these branches are automatically