git分支删除
摘要:
1.列出本地分支: git branch 2.删除本地分支: git branch -D BranchName 其中-D也可以是--delete,如: git branch --delete BranchName 3.删除本地的远程分支: git branch -r -D origin/Branch 阅读全文
posted @ 2018-05-30 14:55 波神 阅读(246) 评论(0) 推荐(0) 编辑
2018年5月30日 #
posted @ 2018-05-30 14:55 波神 阅读(246) 评论(0) 推荐(0) 编辑
posted @ 2018-05-30 10:53 波神 阅读(255) 评论(0) 推荐(0) 编辑