// 删除本地分支 git branch -D <branchName> // 删除远程分支 git push origin --delete <branchName>
最后更新于5年前
这有帮助吗?