标签: git webstorm git-diff jetbrains-ide
假设我想找到两个提交之间的区别,这两个提交都不是HEAD提交,我怎样才能在WebStorm(或任何其他JetBrains IDE)中看到它们?
我知道命令:
git diff <commit1> <commit1>
但我无法在JetBrains IDE中找到它的等价物。到目前为止,我只能使用IDE来查找HEAD和任何其他提交之间的差异。