git bvv

List branch information with hash and subject and upstream

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.

Compare: