MAN PAGES // WEEK 01
ORIENTATION & TOOLCHAIN · No reading · six terms · write your own usage line under each
$ man EDITOR
the program where source code is written; VS Code is the class standard
$ man REPOSITORY
a project folder tracked by Git, locally and on GitHub
$ man COMMIT
a saved snapshot of your work with a message explaining it
$ man PUSH
sending your local commits up to GitHub
$ man DEVTOOLS
the browser's built-in inspector for pages, styles, and the console
$ man TOOLCHAIN
the set of tools a developer uses together: editor, browser, Git