要在Git中删除远程分支:
git push [remote-name] --delete [branch-name]
要么
git push [remote-name] :[branch-name]