zig
0
Q:

how to pull a new remote branch

git fetch origin

git checkout --track origin/<branch_name>
3
git fetch <remote> <rbranch>:<lbranch>
git checkout <lbranch>
1

New to Communities?

Join the community