Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 626 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 626 Bytes

Git Course

A course in learning how to use the version control system Git.

Building the slides from source

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