Skip to content

Instantly share code, notes, and snippets.

@faroutchris
Forked from dearaujoj/remove_git_tag
Created November 21, 2017 16:25
Show Gist options
  • Select an option

  • Save faroutchris/d7af1a03c6b823d30334f3f05e397586 to your computer and use it in GitHub Desktop.

Select an option

Save faroutchris/d7af1a03c6b823d30334f3f05e397586 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