Delete tags
git-delete-tag <tagname>
Deletes local and remote tag named <tagname>.
<tagname>
The name of the branch to delete.
$ git delete-tag 0.0.1
Written by Tj Holowaychuk <[email protected]>
<https://github.com/visionmedia/git-extras/issues>
<https://github.com/visionmedia/git-extras>