Answers for "clone existing branch git to another branch"

3

clone project from specific branch

git clone -b <branchname> <remote-repo-url>
Posted by: Guest on January-14-2022
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 "clone existing branch git to another branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language