1GIT-DELETE-TAG(1) Git Extras GIT-DELETE-TAG(1)
2
3
4
6 git-delete-tag - Delete tags
7
9 git-delete-tag <tagname>
10
12 Deletes local and remote tag named <tagname>.
13
15 <tagname>
16
17 The name of the tag to delete. If multiple tags are provided, then they
18 will all be deleted.
19
21 $ git delete-tag 0.0.1
22 $ git delete-tag 0.0.1 0.0.2
23
25 Written by Tj Holowaychuk <tj@vision-media.ca>
26
28 <https://github.com/tj/git-extras/issues>
29
31 <https://github.com/tj/git-extras>
32
33
34
35 October 2017 GIT-DELETE-TAG(1)