From: Oleg Broytman Date: Sat, 27 Jun 2015 18:45:20 +0000 (+0300) Subject: Warn against removing published tags X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=6236c4807648a130f54fb2f01fc458e80b274d47;p=git-wiki.git Warn against removing published tags --- diff --git a/pep-git.txt b/pep-git.txt index f9dbb62..fcdfc63 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -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