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