how to create a branch in git command code example
Example: git create new branch
// create and checkout new branch in one line
git checkout -b new_branch
// create and checkout new branch in one line
git checkout -b new_branch