2015年10月16日

git 命令学习

摘要: 初始化配置 C代码 #配置使用git仓库的人员姓名 git config --global user.name "Your Name Comes Here" #配置使用git仓库的人员email git config --global user.email you@yourdomain.exampl 阅读全文

posted @ 2015-10-16 15:42 clarenceV1 阅读(141) 评论(0) 推荐(0) 编辑

导航