How do I delete a Git remote branch from the NetBeans IDE?
This question already has an answer here:
你也可以使用
git push origin --delete <yourBranchName>
$ git push origin :name-of-your-branch
链接地址: http://www.djcxy.com/p/652.html
上一篇: 删除一个github分支