Answers for "how to fetch remote branch only one"

10

git fetch remote branch

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

fetch only one branch

git fetch <remote_name> <branch_name>
Posted by: Guest on November-27-2021

Code answers related to "how to fetch remote branch only one"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language