pull a new branch from remote github code example
Example 1: how to pull remote branch into local branch
git fetch origin <branch-name>
Example 2: git pull new branch from remote
git fetch origin
git switch daves_branch
git fetch origin <branch-name>
git fetch origin
git switch daves_branch