I know I can go to github.com, select my tag and then click delete, but this will only delete the Tag information not the actual Tag. So how to delete it forever?!
Run this in your local git repository:
git fetch
git tag
git tag -d {tag-name}
git push origin :refs/tags/{tag-name}
Visit Github.com and refresh to see the tags have been removed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With