git diff <target branch>
shows all changes made from your current branch to the latest version of the target branch.
Often you want to get the intentional changes, i.e. the changes made in this branch from the point of origin:
git diff <target branch>...