Skip to content

Instantly share code, notes, and snippets.

@JimBlaney
Last active December 16, 2015 14:33
Show Gist options
  • Save JimBlaney/96e0dbc1547c301e35d5 to your computer and use it in GitHub Desktop.
Save JimBlaney/96e0dbc1547c301e35d5 to your computer and use it in GitHub Desktop.

Remove a tag from a remote repository

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