摘要: 一、Git配置 使用Git的第一件事就是设置你的名字和email,这些就是你在提交commit时的签名,每次提交记录里都会包含这些信息。使用git config命令进行配置: git config --global user.name git config --global user.email 二 阅读全文
posted @ 2017-11-18 17:00 寒冬酷暑 阅读(166) 评论(0) 推荐(0)