git-delete-tag - Delete tags
Contents
Description
Deletes local and remote tag named <tagname>.
Examples
$ git delete-tag 0.0.1
$ git delete-tag 0.0.1 0.0.2
Name
git-delete-tag - Delete tags
Options
<tagname>
The name of the tag to delete. If multiple tags are provided, then they will all be deleted.
Reporting Bugs
<https://github.com/tj/git-extras/issues>
See Also
<https://github.com/tj/git-extras>
October 2024 GIT-DELETE-TAG(1)
Synopsis
git-delete-tag <tagname>
