This is an introduction to git, in French, given at Polytech Lille, part of the University of Lille.
minted http://mirror.utexas.edu/ctan/macros/latex/contrib/minted/minted.pdf
inkscape
lualatex -synctex=1 -interaction=nonstopmode -shell-escape slides.tex
make
make clean removes all temporary files EXCEPT PDFs/*pdf, which is the actual course.
make clean-all-pdfs cleans everything, including all generated pdfs.
The makefile uses lualatex but the document does compile with pdflatex.
If you need to use pdflatex, you should uncomment the line %\usepackage[utf8]{inputenc} in CM-preamble.sty which fixes issues with utf-8 characters.