本地删除分支 执行git branch -d <分支名>
git库中删除分支$ git push origin --delete <branchName>
git删除分支
原文:http://www.cnblogs.com/pansidong/p/8006362.html