Skip to content

Instantly share code, notes, and snippets.

@endSly
Created December 11, 2013 11:25
Show Gist options
  • Save endSly/7908774 to your computer and use it in GitHub Desktop.
Save endSly/7908774 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