Git alias:
bv = branch --verbose
Example:
git bv
When in list mode, then show the hash, the commit subject line, etc.
This is identical to doing git b -v.
git b -v
Compare these:
git b
git bv (this alias)
git bvv