Answers for "how to clone git repo from cmd with specific branch"

6

git clone from specific branch

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

how do i clone a specific branch in git

git clone -b <your_branchname> <your_git-remote-repo>
Posted by: Guest on June-26-2020

Code answers related to "how to clone git repo from cmd with specific branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language