Answers for "hwo to create branch from another branch"

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

can i create a branch inside of another branch in GIT

$ git push origin dev
$ git push origin myFeature
Posted by: Guest on August-03-2020

Code answers related to "hwo to create branch from another branch"

Browse Popular Code Answers by Language