From: Oleg Broytman Date: Thu, 4 Jun 2015 21:41:59 +0000 (+0300) Subject: Use TAG1/TAG2 metavars instead of NAME1/NAME2 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=4db25b6b0ec373d2a9c80240f007880d3c170b37;p=git-wiki.git Use TAG1/TAG2 metavars instead of NAME1/NAME2 --- diff --git a/pep-git.txt b/pep-git.txt index 0347e51..9fbe37d 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -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::