-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!** |