fetch a new branch from remote code example
Example 1: git fetch remote branch
git checkout --track origin/branch_name
Example 2: fetch from remote branch
git switch daves_branch
git checkout --track origin/branch_name
git switch daves_branch