Tuesday, June 28, 2011

Delete Remote Git Tags By Pattern

git tag | grep release-2010 | xargs -n 1 -I % git push origin :refs/tags/%

No comments: