I have a remote repository cloned locally, and over time, I have added local commits to that cloned repository.
Now, whenever I do git status
, I see Your branch is ahead of 'origin/master' by xx commits message.
Q: How do I list only commits made locally, so that I can examine these commits into more detail, and eventually merge some of them into upstream?