Skip to content

Instantly share code, notes, and snippets.

@joemasilotti
Created May 11, 2014 13:11
Show Gist options
  • Save joemasilotti/019032cbfbb516c1c642 to your computer and use it in GitHub Desktop.
Save joemasilotti/019032cbfbb516c1c642 to your computer and use it in GitHub Desktop.
Git: Remove remote 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