diff --git a/chedotal_signarbieux_tp1.md b/chedotal_signarbieux_tp1.md
index 6c2edb84c6be0e5cd63af6077522ce77fcb5a240..67c1a81b88ef32326e6076036a4162ccd282ab05 100644
--- a/chedotal_signarbieux_tp1.md
+++ b/chedotal_signarbieux_tp1.md
@@ -182,12 +182,19 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
 0. Revenir sur votre branche `mybranch` pour completer le compte rendu `*`  
     **git checkout che_sig**  
     **git commit -am "Q2.12"**
-0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*`
+0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*`  
+    **git log --all --decorate --oneline --graph**  
+    **git commit -am "Q2.13"**
 
 ##### 3. Merge
 0. Merge depuis head
-  0. switcher sur une nouvelle branche `mybranch-3.1`
-  0. ajout un nouveau fichier nommé easy_merge avec la date et l'heure actuelle `*`
+  0. switcher sur une nouvelle branche `mybranch-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"**
   0. merger la branche `mybranch-4.1` sur `mybranch`
 0. Afficher le status
 0. Pourquoi n'y a t'il aucune modification en cours ? `*`
diff --git a/easy_merge b/easy_merge
new file mode 100644
index 0000000000000000000000000000000000000000..d995c213173e4aa3ab053e63408b17016fde778d
--- /dev/null
+++ b/easy_merge
@@ -0,0 +1 @@
+20/01/2018 19:01
\ No newline at end of file