Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 657 Bytes

File metadata and controls

26 lines (21 loc) · 657 Bytes

Notes

  • add section on .gitignore
  • path methods

## Git

  • git looks "up the path"
  • best practices
  • sense check with git status often
  • 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}

npm/Gulp

  • detail on gulp built in functions (for clarity on what is brought in by plugin)