Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Eclipse 中使用 git 插件。如何在 git 中查看暂存区域中每个文件的差异?
在 Mac OS X Gitx 中,我也可以看到每个暂存/取消暂存文件的差异。
我怎样才能在 eclipse git 中做同样的事情?
Eclipse中有一个git staging view。在那里你可以看到分阶段和非分阶段的变化。通过双击,您可以看到索引或工作树的差异。
git staging view
您也可以在包资源管理器上执行 Rightclick > Compare with ... 并选择您想要比较文件的版本。