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.
git branch -v
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.