Git实战指南----跟着haibiscuit学Git(第九篇)
Posted haibiscuit
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git实战指南----跟着haibiscuit学Git(第九篇)相关的知识,希望对你有一定的参考价值。
笔名: haibiscuit
博客园: https://www.cnblogs.com/haibiscuit/
Git地址: https://github.com/haibiscuit?tab=repositories (欢迎star)
本项目地址: https://github.com/haibiscuit/StudyBook
尊重笔者的劳动成果,未经允许请不要转载
八:git log
(1) 展示历史提交的commit
git log --pretty=oneline --abbrev-commit
(2) git所有操作的记录
git reflog
(3) 使用图形查看commit历史
git log --graph --pretty=oneline --abbrev-commit
或git log --graph
以上是关于Git实战指南----跟着haibiscuit学Git(第九篇)的主要内容,如果未能解决你的问题,请参考以下文章
Git实战指南----跟着haibiscuit学Git(第九篇)
Git实战指南----跟着haibiscuit学Git(第十篇)
Git实战指南----跟着haibiscuit学Git(第十一篇)
最新Android音视频进阶指南,跟着大神学音视频开发,事半功倍