logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-delete-tag - Delete tags

Author

       Written by Tj Holowaychuk <tj@vision-media.ca>

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>

See Also