Answers for "git clone branch to specific commit"

13

clone from a specific branch

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

clone specific branch git

clone specefic branch in git
git clone --single-branch --branch <branchname> <remote-repo>
Posted by: Guest on May-04-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language