Answers for "how to take code from one branch to another in 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

Code answers related to "how to take code from one branch to another in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language