Is there a way to display the most recent commits of each branch in git?
I have a codebase in git that I\'ve set down for a while. There are several branches in it for d
git show
will display the most recent commit for the branch