Created
August 7, 2011 21:42
-
-
Save rgrove/1130822 to your computer and use it in GitHub Desktop.
Shell script to delete useless build tags from GitHub forks of YUI 3
Updated, thanks.
In case your tags are only local:
if [ "$tags" != "" ]; then
git push -v --delete origin $tags
fi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
will leave the version tags