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