Answers for "git clone from branch not master"

58

clone a branch

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

clone a given branch github

git clone --single-branch --branch <branch> <repository>
Posted by: Guest on April-28-2020

Code answers related to "git clone from branch not master"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language