Skip to content

Instantly share code, notes, and snippets.

@denis-shvets
Created January 21, 2016 15:00
Show Gist options
  • Save denis-shvets/a48f5c697edf1dd83f9a to your computer and use it in GitHub Desktop.
Save denis-shvets/a48f5c697edf1dd83f9a to your computer and use it in GitHub Desktop.
Git: Remove tags
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