Answers for "create branch from current branch git"

0

create new branch git from master

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

create a new branch from existing branch in git

git checkout -b subbranch_of_b1 branch1
Posted by: Guest on January-26-2021

Code answers related to "create branch from current branch git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language