]> git.phdru.name Git - git-wiki.git/blobdiff - pep-git.txt
Warn against removing published tags
[git-wiki.git] / 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