Answers for "how to checkout to a different branch when single branch git pull"

11

how to pull from a particular branch in git

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

git pull on another branch

git fetch origin master:master
Posted by: Guest on August-28-2020

Code answers related to "how to checkout to a different branch when single branch git pull"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language