1.查看项目的分支 git branch -a 2.删除本地分支 git branch -d 分支名 3.删除远程分支 git push origin --delete 分支名 4.查看删除后的分支们 git branch -a