Skip to content

Instantly share code, notes, and snippets.

@dearaujoj
Created October 22, 2013 10:02
Show Gist options
  • Star 30 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save dearaujoj/7098099 to your computer and use it in GitHub Desktop.
Save dearaujoj/7098099 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
Copy link

ghost commented Nov 27, 2017

Deleite al tegs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment