Instantly share code, notes, and snippets.
git tag -d $(git tag -l "vX.*") git push -d origin $(git tag -l "vX.*")
-d is the short for --delete
-d
--delete