How do I delete a local tag?
git tag -d <tag_name>
git remove tag<tag_name>
git delete tag <tag_name>
git tag --delete <tag_name>