Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Against what version we should compare locally changed file?

Hi,

I would also suggest to compare with index because that's what I get
from standard 'git diff'. Imagine you have already staged complicated
modifications to a file. Then it is very likely that you would like to
compare what you have in the filesystem against what you have staged.

Ciao
  Chris


Back to the top