git-delete-tag - Man Page
Delete tags
Examples (TL;DR)
- Delete a tag:
git delete-tag tag_version
Synopsis
git-delete-tag <tagname>
Description
Deletes local and remote tag named <tagname>.
Options
<tagname>
The name of the tag to delete. If multiple tags are provided, then they will all be deleted.
Examples
$ git delete-tag 0.0.1 $ git delete-tag 0.0.1 0.0.2
Author
Written by Tj Holowaychuk <tj@vision-media.ca>
Reporting Bugs
See Also
Referenced By
October 2017 Git Extras