git diff current repo and other branch

C++
Just specify your local branch1 or remote origin/branch2
git diff branch1 origin/branch2	#show diff referenced from second branch
Source

Also in C++: