From 4db25b6b0ec373d2a9c80240f007880d3c170b37 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 5 Jun 2015 00:41:59 +0300 Subject: [PATCH] Use TAG1/TAG2 metavars instead of NAME1/NAME2 --- pep-git.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.39.2