Answers for "can i clone only one branch git"

47

clone specific branch

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

Code answers related to "can i clone only one branch git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language