Delete all git branches except current

Alec Jacobson

March 18, 2017

weblog/

git branch | grep -v "^\\*" | xargs git branch -D