157 bytes added ,  27 March 2018
→‎Signing work: add uploading of tags
→‎Pulling changes from a remote: Cleaning up remote branch list
→‎Signing work: add uploading of tags
Line 19: Line 19:
$ git tag -v v2.17
$ git tag -v v2.17
</syntaxhighlight>
</syntaxhighlight>
Upload a specific tag:
<source lang="bash">
$ git push origin v2.29.1
</source>
Upload all tags:
<source lang="bash">
$ git push origin --tags
</source>


== Signing commits ==
== Signing commits ==