I have made commits to my local branch (let's just say master) and have 'git pull'd down changes that others have made. When I run a 'git status', I see something like:
# Your branch is ahead of 'origin/master' by 4 commits.
How can I see a list of the four commits that I have made that have yet to be pushed to origin?