Answers for "git clone from a specific bran"

62

clone specific branch

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

clone specific branch git

clone specefic branch in git
git clone --single-branch --branch <branchname> <remote-repo>
Posted by: Guest on May-04-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language