diff --git a/Readme.txt b/Readme.txt
index 16da4199bc44f278d7d14b4d3fd7b37abcbc3fda..32a588fd1298690319670b6f71c3f480ed67c9ee 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -27,5 +27,16 @@ git push
 
 1. mv /home/faridalijani/ "name of the folder" .
 2. git add "name of the folder"
-3. git commit -a "short descr."
+3. git commit -m "short descr."
 4. git push
+
+
+--------------------------------------------------------------------
+
+* Everyday when u make some changes to the directory u're working with,
+u can follow these instructions to save the projects in the gitlab.control.lth.se
+
+1. git add "name of the FOLDER"
+2. git commit -m "short descr. of u've done in that day"
+3. git push
+