git branch based on another branch code example
Example: branch from other branch
// Go first to the branch where you want to make a copy of
git checkout -b subbranch branch
// Go first to the branch where you want to make a copy of
git checkout -b subbranch branch