2018年11月16日
摘要: 1. 克隆代码:- 语法:`git clone <仓库地址>`- 示例:`git clone https://github.com/geeeeeeeeek/git-recipes.git` 2. 查看状态- 语法:`git status` 3. 查看文件修改- 语法:`git diff <file> 阅读全文
posted @ 2018-11-16 08:41 若无未来 阅读(149) 评论(0) 推荐(0) 编辑