Last Updated: February 25, 2016
·
486
· __neha

Git: List most recent commit on every branch

Sometimes you just want to know the most recent commit on every branch, remotes included. You can use:

`git show-branch -r --list`

Picture