Answers for "git pull remote brnch"

1

pull remote branch git

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

pull from a brrrnch in git

$ git fetch origin other-branch
Posted by: Guest on December-24-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language