diff --git a/cdpw_tp1_SERRE_PRUNIER.md b/cdpw_tp1_SERRE_PRUNIER.md
index d24fe6b378e450692ac3cd7564bb41e455c980e3..76b59f2409983557d8658ebd1a93d439b0132b80 100644
--- a/cdpw_tp1_SERRE_PRUNIER.md
+++ b/cdpw_tp1_SERRE_PRUNIER.md
@@ -251,7 +251,14 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
 ##### 3. Merge
 0. Merge depuis head
     1. switcher sur une nouvelle branche `mybranch-3.1`
+    ```git
+    clserre1@A210PC12:/h/Documents/cdpw $ git checkout -b SERRE_PRUNIER-3.1
+    Switched to a new branch 'SERRE_PRUNIER-3.1'
+    M       cdpw_tp1_SERRE_PRUNIER.md
+    ```
     0. ajout un nouveau fichier nommé easy_merge avec la date et l'heure actuelle `*`
+    ```git
+    ```
     0. merger la branche `mybranch-4.1` sur `mybranch`
 0. Afficher le status
 0. Pourquoi n'y a t'il aucune modification en cours ? `*`