Answers for "how to work on existing branch in git"

3

new branch from existing branch

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

Code answers related to "how to work on existing branch in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language