Answers for "pull and clone origin branch locally"

0

pull and clone origin branch locally

git clone --branch <branchname> <remote-repo-url>
git clone -b <branchname> <remote-repo-url> // -b === --branch
Posted by: Guest on November-25-2020

Code answers related to "pull and clone origin branch locally"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language