Answers for "create my branch from another branch git"

PHP
1

branch from other branch

// Go first to the branch where you want to make a copy of
git checkout -b subbranch branch
Posted by: Guest on January-20-2021
0

create a new branch based on another branch

git checkout -b subbranch_of_branch1 branch1
Posted by: Guest on August-11-2021

Code answers related to "create my branch from another branch git"

Browse Popular Code Answers by Language