摘要: 删除本地分支: git branch -d 分支名 强制删除本地 :git branch -D 分支名 删除远程分支:git push origin --delete 远程分支名字 阅读全文
posted @ 2019-07-06 17:27 康水生 阅读(233) 评论(0) 推荐(0)