Answers for "how to take pull of specific branch git"

12

how to pull from a particular branch in git

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

pull a specific branch from github

git checkout -b <branch name>
git pull origin <branch name>
Posted by: Guest on April-01-2022

Code answers related to "how to take pull of specific branch git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language