Answers for "how to git clone from main branch into another branch"

13

clone from a specific branch

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

Code answers related to "how to git clone from main branch into another branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language