$ git checkout dev $ git merge --no-ff myFeature
$ git commit -am "Your message"
$ git push origin dev $ git push origin myFeature
git checkout -b newBranch branch git push -u origin newBranch