Fork me on GitHub
摘要: 从根本上来讲 Git 是一个内容寻址(content-addressable)文件系统,并在此之上提供了一个版本控制系统的用户界面。Git 的核心部分是一个简单的键值对数据库(key-value data store)。 你可以向该数据库插入任意类型的内容,它会返回一个键值,通过该键值可以在任意时刻 阅读全文
posted @ 2018-11-13 19:54 克拉默与矩阵 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 15 Interview Questions on Linux “ls” Command – Part 1 10 Useful ‘ls’ Command Interview Questions – Part 2 How to Sort Output of ‘ls’ Command By Last M 阅读全文
posted @ 2018-11-13 19:46 克拉默与矩阵 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 功能 在提交了若干更新,又或者克隆了某个项目之后,你也许想回顾下提交历史。 完成这个任务最简单而又有效的方法是 使用git log 命令。 参数 不带任何参数 $ git log commit ca82a6dff817ec66f44342007202690a93763949 Author: Scot 阅读全文
posted @ 2018-11-13 15:15 克拉默与矩阵 阅读(1321) 评论(0) 推荐(0) 编辑