git branch info code example
Example 1: branch list in git
git branch -a
Example 2: git branch command
git branch <branchname>
(or)
git checkout -b <branchname>
Example 3: git liste branches
$ git branch
git branch -a
git branch <branchname>
(or)
git checkout -b <branchname>
$ git branch