@@ -4,24 +4,60 @@ subtitle: "A Brief Introduction into Git"
author: "Lukas Kluft and Georgiana Mania"
---
## What is git?
(2-3 slides - Lukas)
## Version control systems
* why is it useful?
* main concepts: local vs remote repository, history,
* web interfaces : GitHub, GitLab, BitBucket
There are many version control systems out there (e.g. Subversion, CVS, Mercurial). We will focus on [Git](http://git-scm.com) which is the **de facto standard**