Last Updated: February 25, 2016
·
312
· wolfy87

List unpushed git commits

git log origin/master..HEAD

Simple but effective. Just swap origin/master for your current remote branch. origin/develop if you are currently on develop for example.