Answers for "create branch git existing branch"

4

create branch from existing branch

$ git checkout -b myfeature dev
Posted by: Guest on April-30-2020
0

git create new branch from existing branch

git checkout -b <new-branch> <existing-branch>
Posted by: Guest on March-22-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language