How To Delete Local and Remote Tags on Git

In some cases, you may want to delete Git tags locally and/or remotely.

Locally git tag -d v1.0

Remotely git push --delete origin v1.0


Explore our projects