Answers for "fetch a particular branch git"

1

fetch a particular branch git

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

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