From 71592a8d5efcb43bf15b3b6808a7bce8c480071d Mon Sep 17 00:00:00 2001
From: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
Date: Mon, 12 Feb 2018 22:21:41 +0100
Subject: [PATCH] Q2.3

---
 REDA_YOUSSEF.md | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

diff --git a/REDA_YOUSSEF.md b/REDA_YOUSSEF.md
index 145b2a9..d116491 100644
--- a/REDA_YOUSSEF.md
+++ b/REDA_YOUSSEF.md
@@ -356,14 +356,32 @@ $ git add .
 warning: LF will be replaced by CRLF in .gitignore.
 The file will have its original line endings in your working directory.
 ```
-  >
+  > On commite cette étape Q2.2
 ```
+$ git commit -m "Q2.2"
+[reda_youssef 03c3017] Q2.2
+ 2 files changed, 31 insertions(+), 4 deletions(-)
+ create mode 100644 .gitignore
 ```
   
-0. Aficher le status de votre repo `*`
+0. Afficher le status de votre repo `*`
 ```
-git status
+$ git status
+On branch reda_youssef
+Changes not staged for commit:
+  (use "git add <file>..." to update what will be committed)
+  (use "git checkout -- <file>..." to discard changes in working directory)
+        modified:   REDA_YOUSSEF.md
+no changes added to commit (use "git add" and/or "git commit -a")
+```
+  > On commite cette étape Q2.2
 ```
+$ git commit -m "Q2.2"
+[reda_youssef 03c3017] Q2.2
+ 2 files changed, 31 insertions(+), 4 deletions(-)
+ create mode 100644 .gitignore
+```
+
 0. Créez une branche pour _développer_ la réponse de ce point (nommez là `mybranch-2.4` par exemple)
   ```
   git branch -b reda_youssef_2
-- 
GitLab