DSCI 522 Lecture 1, in class exercise
-git branch <name>: create a branch in your current HEAD location
-git switch <name>: switch to the branch
-git switch -c <name>: create and switch to it in one go, from HEAD
- when you push the branch to github, it will automatically update the PR