摘要: git基础篇workspace: 工作区 Index/Stage: 暂存区 Repository: 仓库区/本地仓库 Remote: 远程仓库 git命令篇配置命令 config 1.说明:用于配置本机的git的相关属性 2.语法:git confi... 阅读全文
posted @ 2017-06-05 21:30 swordsmanye 阅读(147) 评论(0) 推荐(0)
摘要: 关于git中git status,出现color.ui错误当你出现这个错误的时候,或许你之前运行过如下代码。 git config –global color.ui ture 不过你也可能会说,我什么也没做啊,之前明明还好好的,怎么突然就变成这个样子了,怎... 阅读全文
posted @ 2017-06-05 21:06 swordsmanye 阅读(286) 评论(0) 推荐(0)