git recreate branch from master code example
Example 1: git create new branch from current
git checkout -b topic/newbranch
Example 2: create new branch git from master
git checkout -b new-branch-name
git checkout -b topic/newbranch
git checkout -b new-branch-name