网站首页 文章专栏 Git删除远程分支
删除 Git 远程分支命令
git push origin --delete 分支名称
示例 删除 develop 分支
git push origin --delete develop