Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 498 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 498 Bytes

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.