Answers for "git checkout branch from remote to local"

3

checkout remote branch

git fetch origin 

git checkout –track origin/xyz
Posted by: Guest on April-23-2020

Code answers related to "git checkout branch from remote to local"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language