If you're not in a detached state (HEAD points to a branch) and your current branch has an upstream branch configured, then you can do git diff @{u}. For more info about that syntax, see What does the argument @{u} mean in Git?.
git diff @{u}