Answers for "fetch from main to branch"

1

fetch a specific branch

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

Code answers related to "fetch from main to branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language