Crie ramo a partir do ramo existente
$ git checkout -b myfeature dev
Glamorous Grivet
$ git checkout -b myfeature dev
git checkout -b <branch-name>
Syntax: git branch <new-branch-name> <existing-branch-name>
Example: git branch newone master
Here newone is new branch and master is existing