diff --git a/cdpw_tp1_SERRE_PRUNIER.md b/cdpw_tp1_SERRE_PRUNIER.md
index 0f915b486d204b13568d5eb2995dacf2fac2296b..4ea587e76493867e584a1c404fcafa876d51b666 100644
--- a/cdpw_tp1_SERRE_PRUNIER.md
+++ b/cdpw_tp1_SERRE_PRUNIER.md
@@ -406,8 +406,22 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
         ```
 0. Merge avec conflit
     1. Céer une nouvelle branche `mybranch-3.6`
+        ```git
+        clserre1@A210PC12:/h/Documents/cdpw $ git checkout SERRE_PRUNIER-3.6
+        Switched to a new branch 'SERRE_PRUNIER-3.6'
+        ```
     0. Notez dans le CR la date et l'heure actuelle (avec la commande `date` par exemple) `*`
+        ```git
+        clserre1@A210PC12:/h/Documents/cdpw $ date > easy_merge
+        clserre1@A210PC12:/h/Documents/cdpw $ git commit -am"3.5.ii"
+        warning: LF will be replaced by CRLF in easy_merge.
+        The file will have its original line endings in your working directory.
+        [SERRE_PRUNIER-3.6 7bababf] 3.5.ii
+         Date: Mon Jan 29 18:55:53 2018 +0100
+         2 files changed, 13 insertions(+), 5 deletions(-)
+        ```
     0. Switchez sur la nouvelle branche et modifiez la réponse précendante dans le CR avec le `*`
+        
     0. Réalisez le merge de la brache `mybranch-3.6` sur `mybranch`. Le prompt change, pourquoi ? Gerer le conflit et commiter.
 0. Supprimer les branches de feature et afficher toutes les branches restantes, affichez un historique sous forme de graph (`a dog`) de votre repo `*`
 
diff --git a/easy_merge b/easy_merge
index 2d53a124b7e61be8fe15cb7e913dc02615677495..3609b4ae843f9356fb8623db0cfff8485c1c9ee2 100644
--- a/easy_merge
+++ b/easy_merge
@@ -1,5 +1 @@
-
-19:09 08/01/2018
-
-
-
+lun. 29 janv. 2018 18:57:17