Answers for "create branch from other branch git"

3

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
4

can i create a branch inside of another branch in GIT

$ git checkout -b myfeature dev
Posted by: Guest on April-30-2020
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 branch from other branch git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language