Answers for "how to make a new branch in git from master"

0

create new branch git

git checkout -b [name_of_your_new_branch]
Posted by: Guest on October-06-2021

Code answers related to "how to make a new branch in git from master"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language