how to use git branch commands code example
Example 1: git branch command
git branch
(or)
git checkout -b
Example 2: how to make branch in git command
git branch crazy-experiment
git branch
(or)
git checkout -b
git branch crazy-experiment