Prksa
0
Q:

create branch from another branch

$ git checkout -b myfeature dev
2
$ git checkout -b myFeature dev
2
$ git checkout -b myFeature dev
0
$ git commit -am "Your message"
0
$ git checkout dev
$ git merge --no-ff myFeature
0
$ git push origin dev
$ git push origin myFeature
0

New to Communities?

Join the community