Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 386 Bytes

index.md

File metadata and controls

27 lines (16 loc) · 386 Bytes

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: