Adding and Removing Tags on GitHub

If you’ve accidentally committed a tag and pushed it up to GitHub, it’s quite easy to delete it and then add a new one. For this example, I’m deleting my previous tag “v1.0”, and then adding a new one for the repo at its current state. 1) Delete the v1.0 tag locally: git tag -d … Continue reading Adding and Removing Tags on GitHub