Answers for "creating a git branch from an existing branch"

3

new branch from existing branch

git checkout -b <branch-name>
Posted by: Guest on March-09-2021

Code answers related to "creating a git branch from an existing branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language