oMMiao's Blog
Git命令
1. delete all local branches
git branch --merged | grep -v \* | xargs git branch -D