/course-intro-git

Materials for the participants in the course "Introduction to Git"

Materials for the participants of the course "Introduction to Git" (November 2023)

This repository contains the material for the exercises for the participants of the course "Introduction to Git" as well as copies of the lectures.

Exercises

The exercises are in the top-level file 'git_materials.zip'.

When you have cloned the repository (click the green "Code" button to get the repo-url - pick the https one), unzip it.

Clone the repository with

git clone https://github.com/hpc2n/course-intro-git.git

Then cd into the directory that was created and do

unzip git_materials.zip (on Linux systems)

Then cd to the folder that is created. The exercises will be found under each subdirectory for the relevant lecture - in some cases just in a README.md file.

NOTE: There is a subdirectory in this directory called 'exercises-solutions', it contains model solutions to (some of) the exercises.

Lectures

The lectures are in the folder 'Lectures'.

You can also find the lectures, probably in a nicer format, on the HackMD page for this course: https://hackmd.io/@git-fall-2023

Note that there may be minor updates which are only on the HackMD pages.

Other materials

The course website, which also has the course schedule, can be found here: https://www.hpc2n.umu.se/events/courses/2023/git-fall-2023

The recordings of the lectures can be found on HPC2N's YouTube channel. There will be a playlist for the course. The recordings are usually uploaded within a day or so of the lecture.