Skip to content

Instantly share code, notes, and snippets.

@dearaujoj
Created October 22, 2013 10:02
Show Gist options
  • Select an option

  • Save dearaujoj/7098099 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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