How to: Delete a git tag in a remote repository
2011-12-21
We use git tags to manage our versions, and sometime we tag a version like so: 1 git tag v1.0.0 But, we realize that we have one more fix to commit. To do so, we need to delete the tag first, b...