How can I review 'git diff' of staging change in git eclipse

887 Views Asked by At

I am using git plugin in eclipse. How can I view the difference in each file in my staging area in git?

In Mac OS X Gitx too, I can see the differences of each staging/unstaging file.

How can I do the same in eclipse git?

1

There are 1 best solutions below

0
On

There is a git staging view in Eclipse. There you see staged and unstaged changes. By double clicking you can see the differences to the index or working tree.

Also you can do Rightclick > Compare with ... on the package explorer and select the version you want to compare the file to.