在 windows 上与 GIT 进行比较

Get diff with GIT on windows

在 windows 上使用 git,我没有看到任何选项来比较两个提交?我的意思是,我如何区分两个修订版?

你不能用 git gui 来做。使用 gitk:

  • 通过菜单 git gui 启动 gitk Repository -> Visualize All Branch History
  • 在 gitk 中,单击某些提交并从上下文菜单中单击 select Mark this commit
  • 然后 select 另一个提交和 Diff this -> marked commit.