git删除远程remote分支

git 命令如下:

git push origin --delete <远程分支名字>


原文地址:https://www.cnblogs.com/hehehaha/p/6147300.html