Answers for "how to clone and create branch"

58

clone specific 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 "how to clone and create branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language