]> git.phdru.name Git - git-wiki.git/commitdiff
Use TAG1/TAG2 metavars instead of NAME1/NAME2
authorOleg Broytman <phd@phdru.name>
Thu, 4 Jun 2015 21:41:59 +0000 (00:41 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 4 Jun 2015 21:41:59 +0000 (00:41 +0300)
pep-git.txt

index 0347e51b41bd84238a1e34f2d3f1d557e21a5b57..9fbe37d52dd5746316fe6c3a9953feed6bbf93ca 100644 (file)
@@ -297,7 +297,7 @@ during fetch/pull. To fetch all tags (and commits they point to) run
 ``git fetch --tags origin``. To fetch some specific tags fetch them
 explicitly::
 
-    $ git fetch origin tag NAME1 tag NAME2...
+    $ git fetch origin tag TAG1 tag TAG2...
 
 For example::