From 7547e1b6d41d66247158d5e40fd8627056708811 Mon Sep 17 00:00:00 2001
From: thibault <thib.sig@gmail.com>
Date: Mon, 29 Jan 2018 19:06:21 +0100
Subject: [PATCH] Q3.5

---
 chedotal_signarbieux_tp1.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/chedotal_signarbieux_tp1.md b/chedotal_signarbieux_tp1.md
index 1eeed2b..6c369ed 100644
--- a/chedotal_signarbieux_tp1.md
+++ b/chedotal_signarbieux_tp1.md
@@ -199,8 +199,12 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
   **git commit -am "Q3.3"**  
   **git checkout che_sig**  
   **git merge che_sig-3.1**
-0. Afficher le status
-0. Pourquoi n'y a t'il aucune modification en cours ? `*`
+0. Afficher le status  
+    **git status**
+0. Pourquoi n'y a t'il aucune modification en cours ? `*`  
+    **Car nous venons de merger la branche sur laquelle on a fait les modifications**  
+    **git add .**  
+    **git commit -am "Q3.5"**
 0. Affichez un historique sous forme de graph (`a dog`) de votre repo et décire l'état courant`*`
 0. Merge avec modifications
   0. Mergez les modifications de la branche `mybranch-2.4` sur `mybranch` (`*echap* :wq *enter*` pour sauvegarder le message de commit et quitter)`*`
-- 
GitLab