diff --git a/cdpw_tp1_SERRE_PRUNIER.md b/cdpw_tp1_SERRE_PRUNIER.md
index 76b59f2409983557d8658ebd1a93d439b0132b80..67a959701f8c753f079afe625a51a0d4225b5fd6 100644
--- a/cdpw_tp1_SERRE_PRUNIER.md
+++ b/cdpw_tp1_SERRE_PRUNIER.md
@@ -258,6 +258,11 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
     ```
     0. ajout un nouveau fichier nommé easy_merge avec la date et l'heure actuelle `*`
     ```git
+    clserre1@A210PC12:/h/Documents/cdpw $ echo "19:09 08/01/2018" > easy_merge
+    clserre1@A210PC12:/h/Documents/cdpw $ git commit -am"Q3.1.II"
+    [SERRE_PRUNIER 1c053bd] Q3.1.II
+     1 file changed, 1 insertion(+)
+     create mode 100644 easy_merge
     ```
     0. merger la branche `mybranch-4.1` sur `mybranch`
 0. Afficher le status
diff --git a/easy_merge b/easy_merge
new file mode 100644
index 0000000000000000000000000000000000000000..deea4b570ff9b72f724c2d0ce5811449164a3a69
--- /dev/null
+++ b/easy_merge
@@ -0,0 +1 @@
+19:09 08/01/2018