From 51a5addb0f97faae02a4e72054fb4af151e41fd5 Mon Sep 17 00:00:00 2001
From: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
Date: Mon, 12 Feb 2018 21:53:17 +0100
Subject: [PATCH] Q1.10

---
 REDA_YOUSSEF.md | 18 +++++++++++++-----
 start           |  1 +
 2 files changed, 14 insertions(+), 5 deletions(-)
 create mode 100644 start

diff --git a/REDA_YOUSSEF.md b/REDA_YOUSSEF.md
index f75878a..d1f69b3 100644
--- a/REDA_YOUSSEF.md
+++ b/REDA_YOUSSEF.md
@@ -95,17 +95,25 @@ Date:   Mon Feb 12 21:02:43 2018 +0100
     > On doit y avoir exactement deux entrées dans l'historique `Q1.3` et `Q1.7` et cela parcequ'on avait remplacer le commit `Q1.5` par `Q1.7` en ajoutant `--amend` à la fin de la commande `commit`
 
     ```
-git add .
-git commit -m "Q1.9"
+$ git add *
+$ git commit -m "Q1.9"
+[master a38f03f] Q1.9
+ 1 file changed, 24 insertions(+), 3 deletions(-)
 ```
 
 0. Créer un nouveau fichier, nommé start, contenant la date et l'heure actuelle `*`
 ```
-touch start
-date > start
-git add .
+$ touch start
+$ date > start
+$ git add .
+warning: LF will be replaced by CRLF in start.
+The file will have its original line endings in your working directory.
+```
+  > On commite cette étape Q1.10
+```
 git commit -m "Q1.10"
 ```
+
 0. Créer un nouveau fichier : file2ignore
 ```
 touch file2ignore
diff --git a/start b/start
new file mode 100644
index 0000000..1e770ef
--- /dev/null
+++ b/start
@@ -0,0 +1 @@
+lun. 12 févr. 2018 21:48:10
-- 
GitLab