git 删除远端分支

查看当前所有分支

git  branch  -a

删除远端分支

git push origin --delete panzuwei-master-patch-70353

原文地址:https://www.cnblogs.com/dwt520/p/14629166.html