I have 2 different files foo
and bar
.
Each one is on 2 different commits, on the same branch, respectively with SHA1 SHA1-foo
and SHA1-bar
.
I want to see a diff between those 2 files.
I could checkout one of the files and copy it but maybe there's a better way.