git删除远程分支

$ git push -d origin <branch_name>
$ git branch -d <branch_name>
原文地址:https://www.cnblogs.com/qianxinxu/p/7453832.html