1GIT-DELETE-TAG(1)                 Git Extras                 GIT-DELETE-TAG(1)
2
3
4

NAME

6       git-delete-tag - Delete tags
7

SYNOPSIS

9       git-delete-tag <tagname>
10

DESCRIPTION

12       Deletes local and remote tag named <tagname>.
13

OPTIONS

15       <tagname>
16
17       The name of the tag to delete. If multiple tags are provided, then they
18       will all be deleted.
19

EXAMPLES

21       $ git delete-tag 0.0.1
22       $ git delete-tag 0.0.1 0.0.2
23

AUTHOR

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

REPORTING BUGS

28       <https://github.com/tj/git-extras/issues>
29

SEE ALSO

31       <https://github.com/tj/git-extras>
32
33
34
35                                 October 2017                GIT-DELETE-TAG(1)
Impressum