Skip to content

nathantypanski/git-talk

Repository files navigation

git-talk

These slides are hosted online at GitHub pages.

Editing

Slides are in slides/.

Notebook

Notes belong on the Wiki.

Viewing

Viewing the slides locally (for editing, perhaps) requires a HTTP server or developer-mode browser settings. I use

$ python2 -m SimpleHTTPServer

or

$ python3 -m http.server

to view them, but do whatever you prefer.