1.查看全部分支(git branch -a) 查看分支 2.删除本地分支,以删除上述fix3.7为例(git branch -D fix3.7) 删除本地分支 3.删除远程分支(git push origin --delete fix3.7 ) 删除远程分支