Hi,
I delete a file in my working directory. And then I do a 'git pull'. Another person in my team modify the same file and 'git push' to the HEAD.
So when I do a 'git rebase', I get a merge conflict something like 'CONFLICT git (delete)'
My question is how can I find out what changes did the another person in the team made to the file I 'delete'?
Thank you.