按作者查看提交记录

打印指定作者的所有提交记录。

  • 使用 git log --author=<author> 来获取指定 <author> 的所有提交记录。
  • 使用箭头键导航,按下 Q 键退出。
git log --author=<author>

# 示例
git log --author="Duck Quacking"
# commit c191f90c7766ee6d5f24e90b552a6d446f0d02e4
# Author: 30 seconds of code
# Date: Tue Apr 6 11:11:08 2021 +0300
# [...]