Answers for "pull from a local branch"

11

how to pull from a particular branch in git

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

pull branch from remote to new local branch

git branch --track <branch-name> origin/<branch-name>
Posted by: Guest on July-06-2021

Code answers related to "pull from a local branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language