Skip to content

Instantly share code, notes, and snippets.

@baniol
Created September 2, 2014 07:16
Show Gist options
  • Save baniol/28c0dbcf9cd8be2efc94 to your computer and use it in GitHub Desktop.
Save baniol/28c0dbcf9cd8be2efc94 to your computer and use it in GitHub Desktop.
GIt - 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