如何使用命令行search提交消息?
可能重复:
如何search存储库中的所有提交?
有没有办法使用命令行search通过提交标题?
git log --grep=<pattern> Limit the commits output to ones with log message that matches the specified pattern (regular expression).
– git帮助日志
git log --oneline | grep PATTERN