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