Answers for "github clone from another branch"

12

clone from a specific branch

git clone -b <branchName> <remote_repo_url>
Posted by: Guest on November-09-2020
4

clone a given branch github

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language