标签: git
我想用以下方式搜索我的git日志
git log --all --grep='foobar'
这给我们i.a.提交的ID。现在,我希望看到刚发现的提交与提交之前的提交之间的差异,而无需检出旧提交。这可能吗?
愿望码:git diff ID ID-1
git diff ID ID-1