- 'git clone : clones/downloads the repo to your computer
- 'git branch : creates a branch called where you are (HEAD)
- 'git checkout : the older way to switch branches
- 'git stash': will create a temp comit
- 'git switch -c : create and move to the branch
- 'git checkout -b : also create and move to branch