I have to compare 2 files on 2 different branches on GIT.After that I need to merge it to master.
I saw this :
git diff branch1:full/path/to/foo.txt branch2:full/path/to/foo-another.txt
Can you tell me how to fill the full path and branch1 and branch2 ?
