摘要: 1.列出本地分支: git branch 2.删除本地分支: git branch -D BranchName 其中-D也可以是--delete,如: git branch --delete BranchName 3.删除本地的远程分支: git branch -r -D origin/Branch 阅读全文
posted @ 2020-10-13 15:46 lishidefengchen 阅读(1116) 评论(0) 推荐(0)