Answers for "git make branch from dev"

4

how to branch from a branch in git

$ git checkout -b myfeature dev
Posted by: Guest on April-30-2020
0

create development branch from master git

$ git checkout -b development
$ git push origin development
Posted by: Guest on May-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language