赞
踩
// 删除本地分支git branch -d localBranchName // 删除远程分支git push origin --delete remoteBranchName
参考:
Git 操作——如何删除本地分支和远程分支 (freecodecamp.org)