Git delete tags

?
S
Bash

Delete tags from remotes and local

1git push --delete origin tagname
2git tag --delete tagname
3

Created on 12/28/2018