Answers for "how to clone with branch name"

47

clone a branch

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

git clone with branch name command

$ git clone [email protected]:_addin/reponame.git
Posted by: Guest on November-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language