git specify which branch to look at code example
Example 1: branch list in git
git branch -a
Example 2: git branch command
git branch <branchname>
(or)
git checkout -b <branchname>
git branch -a
git branch <branchname>
(or)
git checkout -b <branchname>