标签: git todo
有没有办法找到使用git在2次提交之间插入特定字符串的位置?
我最接近的是:
git diff -STODO <commit1> <commit2>
然而,它还显示了我想忽略的TODO。