From f1235b8c996ae02b22c0da5ddf5b970893f4421a Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 12 Jan 2017 17:24:36 +0100
Subject: [PATCH] Updated slide what is git

---
 what_is_git.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/what_is_git.md b/what_is_git.md
index d3ec1196..4f0f6b5d 100644
--- a/what_is_git.md
+++ b/what_is_git.md
@@ -2,9 +2,10 @@
 
 ![](img/git_definition.png)
 
+Designed and implemented in 2005 by **Linus Torvalds**
+
 ![](img/linus.jpg)
 
-Designed and implemented in 2005 by **Linus Torvalds**
+`git` is a **version control system** (VCS) for tracking changes in computer files and coordinating work on those files among multiple people [1].
 
-`git` is a version tracking system, essentially for code.
-Collaborative platform for code development
+<div align="left"><small>[1] *https://en.wikipedia.org/wiki/Git*</small></div>
-- 
GitLab