lab-github-intro Lab 4 Fetch remote branches git fetch List remote branches git branch -r Create and check out a local branch that tracks a remote branch git checkout -b origin/ Push a newly created branch to GitHub git push -u origin Switch between branches git checkout