Answers for "create branch from origin"

2

create new branch from origin

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

git get remote branch

git fetch
git checkout test
Posted by: Guest on November-07-2020

Code answers related to "create branch from origin"

Browse Popular Code Answers by Language