Answers for "git clone to another branch"

12

clone from a specific branch

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

git clone from specific branch

git clone -b branchName repoUrl
Posted by: Guest on December-07-2020

Code answers related to "git clone to another branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language