摘要: 创建分之名: git checkout -b + 分支名 切换分支:git checkout + 分支名 绑定个人邮箱或者账号: git config --global user.name 'you name' git config --global user.email you@example.c 阅读全文
posted @ 2019-04-17 11:06 Nextfuture 阅读(133) 评论(0) 推荐(0)