Skip to content

romb-technologies/git-tutorial-intro

 
 

Repository files navigation

LARICS Introduction to Git Tutorial

Presentation for the git intro tutorial.

Building the document

The main document (the one you should run pdflatex on) is larics-git-tutorial-intro.tex. The LaTeX code uses the minted package, so it is necessary to add the -shell-escape option to the pdflatex command line when compiling the document.

Notes to lecturers

The classes are interactive, i.e., students are expected to follow along on their own laptops.

The material is appropriate for 2 classes of 2 hours (2x90 minutes). The first class should cover the "Keeping track of your code" section, i.e., material up to slide 30 "Getting changes from the remote repository" The second class should cover the material on "Collaborating with others".

The students should arrive to class prepared, i.e., they should:

To check that the key was successfully added they should try logging on to git (answer yes if prompted):

$ sudo ssh git@github.com
Hi <user>! You've successfully authenticated, but GitHub does not provide shell access.
Connection to github.com closed.

On Linux, the following software must be installed:

$ sudo apt-get install git git-gui gitg

Optionally, students who whish to work on the C++ example should also install:

$ sudo apt-get install build-essential cmake

The classes can also be followed on Windows, with the help of the following software:

About

Presentation for the git intro tutorial.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 100.0%