Removing tags on remote Git repositories

A quick note on how to delete a tag from a remote git repository:

git push github :refs/tags/my_tag

Tags:

Leave a comment