Answers for "clone a project from git and make a new branch"

58

clone a branch

git clone --single-branch --branch <branchname> <remote-repo>
Posted by: Guest on April-02-2020
1

clone project from specific branch

git clone -b <branchname> <remote-repo-url>
Posted by: Guest on January-14-2022

Code answers related to "clone a project from git and make a new branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language