From 01c40f956f5f18251d91ca79a17cf7a444faf5d5 Mon Sep 17 00:00:00 2001
From: thibault <thib.sig@gmail.com>
Date: Mon, 29 Jan 2018 19:03:09 +0100
Subject: [PATCH] Q3.2

---
 chedotal_signarbieux_tp1.md | 13 ++++++++++---
 easy_merge                  |  1 +
 2 files changed, 11 insertions(+), 3 deletions(-)
 create mode 100644 easy_merge

diff --git a/chedotal_signarbieux_tp1.md b/chedotal_signarbieux_tp1.md
index 6c2edb8..67c1a81 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 0000000..d995c21
--- /dev/null
+++ b/easy_merge
@@ -0,0 +1 @@
+20/01/2018 19:01
\ No newline at end of file
-- 
GitLab