Skip to content

Latest commit

 

History

History

git-bv

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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: