Skip to content

Latest commit

 

History

History

git-bvv

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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: