git how to see how your local branch differs from origin code example
Example: git diff current repo and remote branch
Just specify your local branch1 or remote origin/branch2
git diff branch1 origin/branch2 #show diff referenced from second branch