Skip to content

Instantly share code, notes, and snippets.

@jbodah
Created August 20, 2015 17:45
Show Gist options
  • Save jbodah/2ae657e14c7a335c2f02 to your computer and use it in GitHub Desktop.
Save jbodah/2ae657e14c7a335c2f02 to your computer and use it in GitHub Desktop.
delete git tags
git tag -d 12345
git push origin :refs/tags/12345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment