A course in learning how to use the version control system Git.
First, clone the project repository and enter the project directory:
$ git clone [email protected]:paultcochrane/git_course.git
$ cd git_course
Install 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 latexmk
Then enter the git
directory and run make
to build the project:
$ cd git
$ make