Skip to content
Snippets Groups Projects
Christian Krause's avatar
ck85nori authored
single quotes don't work in cmd.exe, this is an issue when working from within
RStudio terminal on Windows because cmd.exe is default "shell" there

fixes #67
da984ec6
History

The Official iDiv git Seminars

Usage

To view the presentations locally, you need to clone the repository recursively, to also get a copy of reveal.js:

git clone --recursive https://git.idiv.de/sc/edu/git-seminar.git

Then you also need to create the images from the graphviz dot sources:

cd git-seminar
make

Then you can view the presentations, e.g. the basics:

firefox basics.html

Attribution