pull branch from remote to local code example Example: how to pull a new remote branch git fetch <remote> <rbranch>:<lbranch> git checkout <lbranch>