create new branch from another branch to get changes but changes not in master yet code example
Example 1: create branch from another branch
$ git checkout -b myFeature dev
Example 2: git command to create a branch from another branch
$ git checkout -b myfeature dev