Skip to content

Instantly share code, notes, and snippets.

@nathanharper
Created May 11, 2015 14:40
Show Gist options
  • Save nathanharper/08ea2a51f656d578dd5e to your computer and use it in GitHub Desktop.
Save nathanharper/08ea2a51f656d578dd5e to your computer and use it in GitHub Desktop.
delete a tag
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