Checkout Remote Github Branch

git fetch
git branch --track <name-of-branch> <name-of-remote:eg. origin>/<name-of-branch>
git switch <name-of-branch>