créer un. Branche de développement Git

//when on branch 'dev' make branch 'myFeature' off of 'dev'
git checkout -b myFeature dev
Vivacious Vicuña