Fork me on GitHub
摘要: Git is a content addressable filesystem. 1. Plumbing 和 Porcelain "Plumbing commands": Git 底层的操作; "Porcelain commands": Git 封装的操作,例如 ,`branch remote`等; 阅读全文
posted @ 2018-08-12 10:49 小a的软件思考 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1. 获取提交信息(commit) : 获取提交的信息; : 显示HEAD的上级(parent)提交的信息; : 同上; : the first parent of the first parent of the first parent; 2. 更改历史记录(Rewriting History) 阅读全文
posted @ 2018-08-12 09:42 小a的软件思考 阅读(521) 评论(0) 推荐(0) 编辑