How do I delete a tag that was created locally in my git repository and has not yet been pushed
Example:
I created the v1.4.9
tag, but I noticed that it was in the wrong branch before doing git push
. I want to remove the v1.4.9
tag that is locally created.