xxxxxxxxxx
#List All Branches
$ git branch -a
* master
remotes/origin/test
remotes/origin/dev
remotes/origin/master
xxxxxxxxxx
git branch -a # for seeing all local branchs
git branch -r # for seeing all remote branchs
git show-branch # for seeing the last commit && commit msg within which branch