摘要: 1、创建新分支 git branch [branch-name] 2、新建分支并切换到该分支 git checkout -b [branch-name] // git switch -c [branch-name] 3、列出本地所有分支 git banch 4、列出所有远程分支 git branch 阅读全文
posted @ 2020-04-19 17:39 在树上唱歌w 阅读(954) 评论(0) 推荐(0) 编辑