Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 344 Bytes

index.md

File metadata and controls

27 lines (16 loc) · 344 Bytes

git bv

List branch information with hash and subject

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.

Compare these: