Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created September 28, 2012 17:45
Show Gist options
  • Save icaoberg/3801222 to your computer and use it in GitHub Desktop.
Save icaoberg/3801222 to your computer and use it in GitHub Desktop.
Remove git tag both locally and remotely
TAG="v1.7.2"
git tag -d $TAG
git push origin :refs/tags/$TAG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment