git删除本地分支:

git branch -D br


git删除远程分支,注意origin后面有空格:

git push origin :br