Working with tags Deleting a tag: git tag -d <tag> Deleting a tag on remote: git push origin :refs/tags/<tag> Related Applications References