Memo/search-git-history-by-content
1 分钟阅读
按内容查询 Git 提交
使用 git log -S 查找增删指定字符串的提交。
git log -S '<your-query-keyword>' --format='%h %s' --source --all
Memo/search-git-history-by-content
1 分钟阅读
使用 git log -S 查找增删指定字符串的提交。
git log -S '<your-query-keyword>' --format='%h %s' --source --all
没有匹配的记录
讨论
邮箱用于身份识别和回复通知,并由 Waline 存储。