yoshuawuyts / knowledge

notes on things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git

yoshuawuyts opened this issue · comments

commented
git branch --merged | grep -v "\*" | xargs -n 1 git branch -d

from: http://stackoverflow.com/questions/6127328/how-can-i-delete-all-git-branches-which-have-been-merged