From: Oleg Broytman Date: Sat, 4 Jul 2015 15:42:30 +0000 (+0300) Subject: Change example a bit X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=a43b1b6ac9e19c829716aef20d017238dcabc337 Change example a bit --- 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