摘要: 1、创建本地分支 local_branch git branch local_branch 2、创建本地分支local_branch 并切换到local_branch分支 git checkout -b local_branch 3、切换到分支local_branch git checkout lo 阅读全文
posted @ 2018-03-29 11:18 SharkChilli 阅读(93) 评论(0) 推荐(0)