git删除本地分支 查看本地分支 git branch 删除本地分支 git branch -d 删除已经merge的分支 git branch -D强制删除分支 git删除远程分支 查看远程分支 git branch -r 删除远程分支 git push origin :分支名