]> git.phdru.name Git - git-wiki.git/commitdiff
git push --tags
authorOleg Broytman <phd@phdru.name>
Mon, 24 Aug 2015 12:55:46 +0000 (15:55 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 24 Aug 2015 12:55:46 +0000 (15:55 +0300)
pep-git.txt

index c411bd9178348b3332973eb8fea6be013b48fdde..8ce28942456585838c9d80c793a1ca6da15123f9 100644 (file)
@@ -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.