This repository contains materials used for Git 201 talk
Slides are generated using Pandoc, fixed by a small Ruby script and powered by reveal.js.
Slides should be available at http://asi-pwr.github.io/git201/slides/
git clone --recursive https://github.com/asi-pwr/git201.git- Open
slides/index.htmlin your web browser - ????
- PROFIT
- Install latest Pandoc and Ruby
- Go to
slidesdirectory - Run
bundle install - Edit
slides.mdto suit your needs - Issue
make - Your brand new presentation is available at
index.html - OPTIONAL: If you want a zip archive with the talk then issue
make release