From a43b1b6ac9e19c829716aef20d017238dcabc337 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 4 Jul 2015 18:42:30 +0300 Subject: [PATCH] Change example a bit --- pep-git.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pep-git.txt b/pep-git.txt index 42cce32..970f4a2 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -343,7 +343,8 @@ explicitly:: For example:: - $ git fetch origin tag 1.4.2 tag 2.1.7 + $ git fetch origin tag 1.4.2 + $ git fetch origin v1:v1 tag 2.1.7 Git doesn't automatically pushes tags. That allows you to have private tags (lightweight tags are also private for a repo, they cannot be -- 2.39.2