摘要: 新安装git后,通过git bash操作 1.配置身份,这样提交代码时git就可以知道是谁提交的 $ git config --global user.name "kurio" $ git config --global user.email "kuriollr@163.com" 2.建立代码仓库, 阅读全文
posted @ 2016-11-17 13:02 kurio 阅读(239) 评论(0) 推荐(0)