]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-fetch.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-fetch.txt
index 489b2b17e69c0a0f6b2df0ce4b2da6f38f809546..e4b529710c414b0e5ab2836f8f8ffbf680ed78f5 100644 (file)
@@ -8,7 +8,7 @@ git-fetch - Download objects and refs from another repository
 
 SYNOPSIS
 --------
-'git-fetch' <options> <repository> <refspec>...
+'git fetch' <options> <repository> <refspec>...
 
 
 DESCRIPTION
@@ -18,7 +18,7 @@ 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 <refspec> stores the fetched result in tracking branches,
 the tags that point at these branches are automatically