Skip to content

Commit

Permalink
Add README for advanced workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Sep 20, 2022
1 parent 281842a commit 656c158
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions advanced/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Git Course for Advanced
This folder contains the exercises for the C2SM Git Workshop "Git for Advanced".
Feel free to download the material to practice and enhance your Git skills.

The corresponding [slides of this course](https://wiki.c2sm.ethz.ch/CM/WorkshopBestPractices2013) can be found
at the C2SM wiki.

Each exercise is located in this folder.

## How to run the exercises
First of all, you need a Git installation on your computer.
To do so, please follow the [instructions from GitHub](https://github.com/git-guides/install-git).

> **_Important note:_** You must have at least Git 2.28 (released 27 July 2020) installed.
> You can check your Git version by typing `git --version` in your terminal.
Second, you need a Python installation as well.
We provide you here with [instructions from realpython](https://realpython.com/installing-python/),
but of course many other instruction will do it as well.

Now, use your own terminal to go through the exercises, which are all desecribed in the Markdown files.

**Have fun!**

0 comments on commit 656c158

Please sign in to comment.