Answers for "how to take pull from one branch to another"

12

how to pull from a particular branch in git

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

git pull in another branch

git pull --all
Posted by: Guest on January-31-2021

Code answers related to "how to take pull from one branch to another"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language