@@ -7,9 +7,9 @@ author: "Lukas Kluft and Georgiana Mania"
# Version control systems
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**
* Manage a sequence of snapshots (e.g. of folders)
* Provide tools to handle changes
* Provide tools for collaboration
## Why version control?
...
...
@@ -21,6 +21,12 @@ There are many version control systems out there (e.g. Subversion, CVS, Mercuria
* **Backup** _I replaced the wrong my_file_2_final_final.py_ 😱
:::
## Git
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**