0
Q:

pull and clone origin branch locally

git clone --branch <branchname> <remote-repo-url>
git clone -b <branchname> <remote-repo-url> // -b === --branch
0

New to Communities?

Join the community