Answers for "create local branch and pull from remote"

0

git pull new branch from remote

git fetch origin
git switch daves_branch
Posted by: Guest on June-02-2021
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 "create local branch and pull from remote"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language