Answers for "how to use git pull remote branch"

11

pull remote branches

git fetch origin
git checkout --track origin/<remote_branch_name>
Posted by: Guest on May-25-2020
0

git pull new branch from remote

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

git pull remote branch

git switch remote_branch
Posted by: Guest on May-13-2022

Code answers related to "how to use git pull remote branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language