]> git.phdru.name Git - git-wiki.git/commitdiff
Fix: lightweight tags can be pushed too
authorOleg Broytman <phd@phdru.name>
Tue, 7 Jul 2015 01:01:49 +0000 (04:01 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 7 Jul 2015 01:01:49 +0000 (04:01 +0300)
pep-git.txt

index af8fc37292c30a62537df299c7cc746a9a5012a2..8ef719d2ba83a54cb7fe2b72e3731463f87ece50 100644 (file)
@@ -347,8 +347,7 @@ For example::
     $ 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
-pushed). To push tags list them explicitly::
+tags. To push tags list them explicitly::
 
     $ git push origin tag 1.4.2
     $ git push origin v1 v2 tag 2.1.7