]> git.phdru.name Git - git-wiki.git/commitdiff
Don't move published tags
authorOleg Broytman <phd@phdru.name>
Thu, 4 Jun 2015 21:33:59 +0000 (00:33 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 4 Jun 2015 21:33:59 +0000 (00:33 +0300)
pep-git.txt

index 0aed481976b07f13b969a55bb3f777846a4fda06..0347e51b41bd84238a1e34f2d3f1d557e21a5b57 100644 (file)
@@ -310,6 +310,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.
+
 
 Commit editing and caveats
 ==========================