Answers for "how to pull from a particular branch in git"

8

how to pull from a particular branch in git

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

how to pull from a branch in git

git pull origin other-branch
Posted by: Guest on October-27-2020
-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 a particular branch in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language