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: git b git bv (this alias) git bvv