hot to create another branch in git code example
Example 1: git create new branch from current
git checkout -b topic/newbranch
Example 2: make a new branch git
git checkout -b branch-name
git checkout -b topic/newbranch
git checkout -b branch-name