1. // 删除所有带有 conflict 的分支
    2. git branch | grep 'conflict/*' | xargs git branch -D