摘要: 配置信息 git config --global user.name git config --global user.email git status 提交 git add filename(工作区提交到缓存区) git add .提交所有文件 git commit(缓存区提交到版本库,会打开记事 阅读全文
posted @ 2016-02-09 20:31 马斯塔 阅读(140) 评论(0) 推荐(0) 编辑