Answers for "pull remote branches"

10

pull remote branches

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

pull remote branch git

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

Code answers related to "pull remote branches"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language