git checkout master
git branch | grep -v '^*' | xargs git branch -D

 

HEAD 가 아닌 브런치를 모두 삭제한다.

 

+ Recent posts