Course plan
Materials for the instructors (scripts and exercises) can be found from: https://github.com/hpc2n/intro-git
Lectures and exercises (modules?)
Setup (markdown, slides) --- BirgitteEveryone:Installs Git
Creates a repository with git init
Sets their name and email with git config (local, global, system)
Creates a file
Adds the file with git add
Commits the file with git commit