Answers for "git create new branch from existing"

1

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 "git create new branch from existing"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language