Skip to content

Instantly share code, notes, and snippets.

@chankruze
Created April 26, 2019 21:24
Show Gist options
  • Save chankruze/1c337309e4fded05c09bc784e213092d to your computer and use it in GitHub Desktop.
Save chankruze/1c337309e4fded05c09bc784e213092d to your computer and use it in GitHub Desktop.
git tag -l | xargs -n 1 git push --delete origin
git tag | xargs git tag -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment