Skip to content

Instantly share code, notes, and snippets.

@zlargon
Created November 27, 2014 02:04
Show Gist options
  • Save zlargon/dfa24ba2059ca6e2befc to your computer and use it in GitHub Desktop.
Save zlargon/dfa24ba2059ca6e2befc to your computer and use it in GitHub Desktop.
remove remote 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