I want to find the differences between a file I have in my local repo vs what is in the origin master.
origin master
I know that there is git diff, howev
git diff
To compare local repository with remote one, simply use the below syntax:
git diff @{upstream}