Answers for "git pull remote branch example to specific local branch"

12

how to pull from a particular branch in git

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

git pull new branch from remote

git fetch origin
git switch daves_branch
Posted by: Guest on June-02-2021

Code answers related to "git pull remote branch example to specific local branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language