Last Updated: February 25, 2016
·
302
· keerati

git delete multiple branch

git branch -D git branch | grep -E '[yourkeyword]'

from http://stackoverflow.com/a/3670479