From dab6db7b09860f9dcfe5cbff1dd90d527c386b52 Mon Sep 17 00:00:00 2001
From: Sylvain Arreckx <sylvain.arreckx@gmail.com>
Date: Tue, 17 Jan 2017 17:17:02 +0100
Subject: [PATCH] added notes.

---
 why_use_git.md | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/why_use_git.md b/why_use_git.md
index 848e8dea..ebbdd10c 100644
--- a/why_use_git.md
+++ b/why_use_git.md
@@ -1,6 +1,12 @@
 # Why use git?
 
-* keep the changes you made over time
-* allow you to backtrack (if necessary) and undo those changes
-* easily add contributions of your collaborators to the main code base
+* No need to fully rewrite code; reuse code and save time.
+* Keep the changes you made over time
+* Allow you to backtrack (if necessary) and undo those changes
+* Easily add contributions of your collaborators to the main code base
 
+note:
+
+Other points to mention: 
+* git shall not be considered as a nuisance, but as a tool that should help to track and trace the code.
+* git is not to track performance. Not using it shows exactly the opposite.
-- 
GitLab