Answers for "how to pull from certain branch git"

12

how to pull from a particular branch in git

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

git pull from another branch

git pull origin <branch-name>
Posted by: Guest on February-10-2021
-2

how to pull down a specific branch from github

git clone -b <branch> <remote_repo>
Posted by: Guest on September-09-2020

Code answers related to "how to pull from certain branch git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language