브랜치와 해당 커밋을 표시. 더 많은 정보: https://git-scm.com/docs/git-show-branch.
git show-branch {{브랜치_이름|참조|커밋}}
git show-branch {{브랜치_이름1|참조1|커밋1 브랜치_이름2|참조2|커밋2 ...}}
git show-branch --remotes
git show-branch --all
git show-branch --all --list
git show-branch --current {{커밋|브랜치_이름|참조}}
git show-branch --sha1-name --current {{현재|브랜치_이름|참조}}
git show-branch --more {{5}} {{커밋|브랜치_이름|참조}} {{커밋|브랜치_이름|참조}} {{...}}