转载:https://www.cnblogs.com/luosongchao/p/3408365.html
git branch -a 查看所有分支
git push origin --delete itest 删除远程分支
git branch -d itest 删除本地分支