删除远程分支命令 $ git push origin :remote_branch 或者 $ git push origin --delete remote_branch
$ git push origin :remote_branch
$ git push origin --delete remote_branch