X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-fetch.txt;h=400fe7f956961ba0ddf09d2dcc6e539adec7ff74;hb=909376a1c9078b7bb7b420113efa956b130e8809;hp=9b9e5686e4d4e1ca41bba1c5a50715463975cad1;hpb=7b576f9910a2945688f04f6ff9d03771f2956618;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