How can I see which commits are actually going to be pushed to a remote repository?
As far as I know, whenever I pull master from the remote repository, com
I wrote a tool to do this called git wtf: https://github.com/michaelklishin/git-wtf. Colors and everything!
As a bonus, it will also show you the relationship between a feature branch and an integration branch.