GitCheatSheet.org logo
Home / How To

List the available branches with details about the upstream branch and last commit message

git branch -vv

Using "-v" instead of "-vv" shows less information.