diff --git a/chedotal_signarbieux_tp1.md b/chedotal_signarbieux_tp1.md
index 9f2c07b8d9ebadaba214ade156ed25524b2f515f..eb73b05e340bc614705c10c7a00bc17e59a5888e 100644
--- a/chedotal_signarbieux_tp1.md
+++ b/chedotal_signarbieux_tp1.md
@@ -189,16 +189,16 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
 ##### 3. Merge
 0. Merge depuis head
   0. switcher sur une nouvelle branche `mybranch-3.1`  
-  **git branch che_sig-3.1**  
-  **git checkout che_sig-3.1**  
+    **git branch che_sig-3.1**  
+    **git checkout che_sig-3.1**  
   0. ajout un nouveau fichier nommé easy_merge avec la date et l'heure actuelle `*`  
-  **touch easy_merge**  
-  **git add .**  
-  **git commit -am "Q3.2"**
+    **touch easy_merge**  
+    **git add .**  
+    **git commit -am "Q3.2"**
   0. merger la branche `mybranch-3.1` sur `mybranch`  
-  **git commit -am "Q3.3"**  
-  **git checkout che_sig**  
-  **git merge che_sig-3.1**
+    **git commit -am "Q3.3"**  
+    **git checkout che_sig**  
+    **git merge che_sig-3.1**
 0. Afficher le status  
     **git status**
 0. Pourquoi n'y a t'il aucune modification en cours ? `*`  
@@ -209,7 +209,9 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
     **git log --all --decorate --oneline --graph**  
     **git commit -am "Q3.6"**
 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)`*`
+  0. Mergez les modifications de la branche `mybranch-2.4` sur `mybranch` (`*echap* :wq *enter*` pour sauvegarder le message de commit et quitter)`*`  
+    **git commit -am "Q3.8"**  
+    **git merge che_sig-2.4**
   0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*`
 0. Merge avec conflit
   0. Céer une nouvelle branche `mybranch-3.6`