Skip to content

Instantly share code, notes, and snippets.

@technogoat
Created December 28, 2011 15:38
Show Gist options
  • Save technogoat/1528399 to your computer and use it in GitHub Desktop.
Save technogoat/1528399 to your computer and use it in GitHub Desktop.
$ git tag -l | awk '/^(.*[a-z])$/ {print $1}' | xargs git tag -d
Deleted tag '0.9.0c' (was e373098)
Deleted tag '0.9.0d' (was 5566b43)
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment