]> git.phdru.name Git - git-wiki.git/commitdiff
Warn against removing published tags
authorOleg Broytman <phd@phdru.name>
Sat, 27 Jun 2015 18:45:20 +0000 (21:45 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 27 Jun 2015 18:45:20 +0000 (21:45 +0300)
pep-git.txt

index f9dbb6205b7cd0f733647bb0201727a103edcd38..fcdfc633980e8d538bcdc2cf21273e8782ae17fa 100644 (file)
@@ -347,7 +347,8 @@ pushed). To push tags list them explicitly::
     $ git push origin tag 1.4.2
     $ git push origin v1 v2 tag 2.1.7
 
-Don't move tags with ``git tag -f`` after they have been published.
+Don't move tags with ``git tag -f`` or remove tags with ``git tag -d``
+after they have been published.
 
 
 Commit editing and caveats