Remove tags
Locally:
git tag -d TAGNAME
Remotely:
git push --delete origin TAGNAME
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Locally:
git tag -d TAGNAME
Remotely:
git push --delete origin TAGNAME