- add section on .gitignore
- path methods
## Git
- git looks "up the path"
- best practices
- sense check with
git statusoften - atomic commits: use git commit -a sparingly
- read error messages
- post-PR merge: git remote prune origin & git branch -d
- quiz answers + explanation
- oh shit resource & exercises
- git autocomplete setup guide
- simplify git-simple site?
- Oh Shit, Git as an exercise? Talk? Demo? (see below)
- difference between git fetch and git pull
Notes:
- rm or mv files
- unstaging a file
git restore --stage {filename}
- detail on gulp built in functions (for clarity on what is brought in by plugin)