本文介绍如何查看git项目的日志。
git log
git log --all
git log --all --graph
简写为git log --graph
git log --graph
← git统计2个分支落后或提前的提交次数 git项目开发流程→