Created
December 28, 2011 15:38
-
-
Save technogoat/1528399 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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