Answers for "pull from single branch only"

11

how to pull from a particular branch in git

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

git pull from another branch

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

Code answers related to "pull from single branch only"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language