Answers for "clone from a specific branch"

32

clone specific branch

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

clone from a specific branch

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

Code answers related to "clone from a specific branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language