Answers for "git pull from remote branch and track"

0

git pull new branch from remote

git fetch origin
git switch daves_branch
Posted by: Guest on June-02-2021
1

pull remote branch git

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

Code answers related to "git pull from remote branch and track"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language