Answers for "fetch a git branch"

7

git fetch remote branch

git checkout --track origin/branch_name
Posted by: Guest on April-24-2020
1

fetch a specific branch

git fetch <remote_rep> <remote_branch>:<local_branch>
Posted by: Guest on February-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language