Compare a single file between branches
This is how you compare a single file between branches
$ git diff branch1 branch2 -- /path/to/relevant/file
This is how you compare a single file between branches
$ git diff branch1 branch2 -- /path/to/relevant/file