Answers for "how to work on another branch but server running on master 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

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 "how to work on another branch but server running on master branch"

Browse Popular Code Answers by Language