Answers for "do we pull a particular branch from remote repo"

12

how to pull from a particular branch in git

git pull origin <branch>
Posted by: Guest on June-30-2020
1

git pull a new branch froma remote repo

git checkout --track origin/daves_branch
Posted by: Guest on May-30-2020

Code answers related to "do we pull a particular branch from remote repo"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language