Skip to content

Instantly share code, notes, and snippets.

@rymawby
Created June 19, 2015 11:31
Show Gist options
  • Save rymawby/5a2207a829e857f58812 to your computer and use it in GitHub Desktop.
Save rymawby/5a2207a829e857f58812 to your computer and use it in GitHub Desktop.
Delete a git tag
git tag -d <TAG_NAME>
git push origin :refs/tags/<TAG_NAME>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment