Answers for "how to create a local branch from master in git using terminal"

0

create new branch git from master

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

Code answers related to "how to create a local branch from master in git using terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language