Did you know that you can navigate the posts by swiping left and right?
Get the list of remote tags
git fetch
List the tags in the repository
git tag
Remove a tag from a repository
git tag -d tag-name
git push origin :refs/tags/tag-name
Thank you!