Skip to content

Instantly share code, notes, and snippets.

@DuckOfDoom
Created October 7, 2016 10:38
Show Gist options
  • Save DuckOfDoom/88c4627273da2182fe84841c9bdca125 to your computer and use it in GitHub Desktop.
Save DuckOfDoom/88c4627273da2182fe84841c9bdca125 to your computer and use it in GitHub Desktop.
Delete git tag from origin.
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