Answers for "checkout a branch after git clone single-branch"

62

clone specific branch

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

git clone from specific branch

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

Code answers related to "checkout a branch after git clone single-branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language