git checkout –– <file> to undo local changes
git reset HEAD <file> to unstage (undo add) a file
git reset HEAD^ to undo your latest commit
git reset –soft commit#/HEAD^
Start using Git version control
Flexibility separating content & form
Peace of mind rewrite without regrets
Reproducibility remember feedback related changes
Collaboration ask for feedback through pull requests
pandoc -t revealjs -s -o outputfile.html inputfile.md
git clone https://github.com/hakimel/reveal.js/
Publish your slides through GitHub Pages
You can easily embed other web content and interact live