Answers for "how to clone a repository from git and checkout branch"

62

clone a branch

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

Code answers related to "how to clone a repository from git and checkout branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language