diff --git a/chedotal_signarbieux_tp1.md b/chedotal_signarbieux_tp1.md
index 1eeed2b5de690a608a2b818a401a6a4bb8723cd3..6c369ed49139c1403769495f88c0f0f466c07aad 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)`*`