4,461
edits
→Commands: add |
→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> | ||