diff --git a/git/githelpers b/git/githelpers index e25956b..5906a99 100644 --- a/git/githelpers +++ b/git/githelpers @@ -66,7 +66,7 @@ del_pr() { } clean_branches() { - BRANCHES=`git branch | grep -v \*` + BRANCHES=`git branch | grep -v 'master\|develop\|\*'` for i in ${BRANCHES}; do git branch -d $i done