git查找提交历史

$ git log
$ git blame <file> 指定文件
$ git log --oneline
$ git log --graph 拓扑图
posted @ 2021-05-18 13:25  lan408  阅读(79)  评论(0)    收藏  举报