摘要: 1. 检出项目到本地git clone git@github.com:michaelliao/gitskills.git2. 查看当前工作区状态git status3. 添加文件或文件夹至版本库添加文件至版本库git add index.html添加文件夹至版本库 git add img/3. 确认... 阅读全文
posted @ 2015-07-12 20:49 Rain Man 阅读(998) 评论(0) 推荐(0)