paultcochrane / git_course

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:paultcochrane/git_course.git
cd git_course

Install the required dependencies. On a Debian-based system this looks like:

sudo apt-get install -y texlive-latex-extra latex-beamer texlive-lang-german \
    texlive-fonts-extra texlive-fonts-recommended texlive-xetex lmodern make

Then enter the git directory and run make to build the project:

cd git
make

About

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


Languages

Language:TeX 98.8%Language:Makefile 1.2%