Hi,
I was wondering if I can see the changes that were made to a 'file'
after I have done git add 'file'
That is, when I do:
git add file
git diff file
no diff is showed... But I guess there's a way to see the differences since the last commit.
Any ideas ?
Thanks,
A