Answers for "how to create new branch from origin with another branch in git"

2

create new branch from origin

git checkout -b nameOfBranch origin/nameOfBranch
Posted by: Guest on March-25-2021

Code answers related to "how to create new branch from origin with another branch in git"

Browse Popular Code Answers by Language