How to show log between current branch and its remote counterpart

Sometimes after fetching from remote repository I see my branch is behind: > git status On branch develop Your branch is behind ‘origin/develop’ by 7 commits, and can be fast-forwarded. (use "git pull" to update your local branch) Before updating my local branch I would like to see the log of what I’m about to… Read More How to show log between current branch and its remote counterpart