A course in learning how to use the version control system Git.
First, clone the project repository and enter the git_course directory:
$ git clone https://github.com/paultcochrane/git_course.git
$ cd git_courseInstall the required dependencies. On a Debian-based system this looks like:
$ sudo apt install -y make latexmk texlive-latex-extra texlive-fonts-extra texlive-luatex python3-pygmentsThen run make to build the course slides:
$ make