Skip to content

Instantly share code, notes, and snippets.

@mmazer
Last active December 17, 2015 02:19
Show Gist options
  • Save mmazer/5534868 to your computer and use it in GitHub Desktop.
Save mmazer/5534868 to your computer and use it in GitHub Desktop.
Git: Working with tags

Delete local and 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