Answers for "fetch a specific branch"

1

fetch a particular branch git

git fetch origin branch-name
Posted by: Guest on March-02-2021
7

git fetch remote branch

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

fetch a specific branch

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

Code answers related to "fetch a specific branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language