Skip to content

Instantly share code, notes, and snippets.

@schinsue
Forked from dearaujoj/remove_git_tag
Created August 18, 2017 10:51
Show Gist options
  • Save schinsue/2818715c29d31949f7f2bc66f4e83fa6 to your computer and use it in GitHub Desktop.
Save schinsue/2818715c29d31949f7f2bc66f4e83fa6 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