From: Oleg Broytman Date: Thu, 4 Jun 2015 21:33:59 +0000 (+0300) Subject: Don't move published tags X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=commitdiff_plain;h=ea5670888f6fd8b8e5ff5185fa7fefa962f21ed8 Don't move published tags --- diff --git a/pep-git.txt b/pep-git.txt index 0aed481..0347e51 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -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 ==========================