摘要: 1、查看git版本$ git --version2、设置用户姓名和邮箱$ git config --global user.name “Craftor”$ git config --global usrer.email “craftor0924@gmail.com”3、设置命令别名$ git con... 阅读全文
posted @ 2015-05-18 09:58 *老菜鸟* 阅读(100) 评论(0) 推荐(0) 编辑