git branch -v

List all branches including commit information

This command list all local branches including and includes the hash and the message of the last commit in each branch.

You can even get more information from the git branch -vv command.