Answers for "create master branch in git"

0

create development branch from master git

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

create new branch git from master

git checkout -b new-branch-name
Posted by: Guest on December-09-2020

Code answers related to "create master branch in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language