110 bytes added ,  4 December 2020
→‎Tags: Get the latest tag in the current branch
→‎Tags: Get the latest tag in the current branch
Line 161: Line 161:
<source lang="bash">
<source lang="bash">
$ git push --delete origin v0.1.8
$ git push --delete origin v0.1.8
</source>
Get the latest tag in the current branch
<source lang="console">
$ git describe --abbrev=0 --tags
</source>
</source>