Answers for "how can i clone repo from certain branch"

58

clone specific branch

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

clone project from specific branch

git clone -b passwordless-auth [email protected]:BolajiAyodeji/nextjs-blog.git
Posted by: Guest on January-14-2022

Code answers related to "how can i clone repo from certain branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language