X-Git-Url: https://git.phdru.name/?p=git-wiki.git;a=blobdiff_plain;f=pep-git.txt;h=8ce28942456585838c9d80c793a1ca6da15123f9;hp=c411bd9178348b3332973eb8fea6be013b48fdde;hb=0b8f0535710640901b562a0dc213b06f485cc23a;hpb=1143f185affa61482f106e3b0b8d5e7d1fad776c diff --git a/pep-git.txt b/pep-git.txt index c411bd9..8ce2894 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -355,6 +355,10 @@ tags. To push tags list them explicitly:: $ git push origin tag 1.4.2 $ git push origin v1 master tag 2.1.7 +Or push all tags at once:: + + $ git push --tags origin + Don't move tags with ``git tag -f`` or remove tags with ``git tag -d`` after they have been published.