Skip to content

Instantly share code, notes, and snippets.

@nbar1
Forked from dearaujoj/remove_git_tag
Created July 12, 2017 01:16
Show Gist options
  • Save nbar1/7329e9c612b369588c4163ec322f2645 to your computer and use it in GitHub Desktop.
Save nbar1/7329e9c612b369588c4163ec322f2645 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