Answers for "how to clone a repository from another branch"

12

clone from a specific branch

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

clone project from specific branch

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

Code answers related to "how to clone a repository from another branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language