I have an Eclipse workspace that I've cloned from Git and I need a list of files that have changed in my local compared to the ones on Git master.
I don't mean using git diff
, I mean using Java programmatically using possible Java/Git APIs... So eventually a list/array of files that have changed should be returned.
I've seen some resources on servers other than Git, like here: How to compare local file with Amazon s3 file