Skip to content

Instantly share code, notes, and snippets.

@sunpietro
Forked from dearaujoj/remove_git_tag
Created November 6, 2017 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunpietro/eeac51091143a02d612efa7385ab8785 to your computer and use it in GitHub Desktop.
Save sunpietro/eeac51091143a02d612efa7385ab8785 to your computer and use it in GitHub Desktop.
git remove tag locally and remote
git tag -d TagName && git push origin :refs/tags/TagName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment