From 6236c4807648a130f54fb2f01fc458e80b274d47 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 27 Jun 2015 21:45:20 +0300 Subject: [PATCH] Warn against removing published tags --- pep-git.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2