Answers for "get branch clone link"

47

clone a branch

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

clone a git branch

$ git clone -b <branch> <remote_repo>
Posted by: Guest on June-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language