查看操作特定字符串的提交记录
打印出操作给定字符串的所有提交记录。
- 使用
git log -S<string>
来查找操作指定<string>
的所有提交记录。 - 使用箭头键进行导航,按下 Q 键退出。
git log -S<string>
# 示例
git log -S"30-seconds"
# commit c191f90c7766ee6d5f24e90b552a6d446f0d02e4
# Author: 30 seconds of code
# Date: Tue Apr 6 11:11:08 2021 +0300
# [...]