2018年7月31日
摘要: 1.列出本地分支: git branch 2.删除本地分支: git branch -d(-D) BranchName 3.远程删除git服务器上的分支: git push origin -d(--delete) BranchName 阅读全文
posted @ 2018-07-31 16:03 吃蛋挞 阅读(103) 评论(0) 推荐(0)