From 90b8ecde3f1e77f38f537b52a8c16dfcb923e285 Mon Sep 17 00:00:00 2001
From: thibault <thib.sig@gmail.com>
Date: Mon, 29 Jan 2018 18:56:39 +0100
Subject: [PATCH] Q2.12

---
 chedotal_signarbieux_tp1.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/chedotal_signarbieux_tp1.md b/chedotal_signarbieux_tp1.md
index 954811c..6c2edb8 100644
--- a/chedotal_signarbieux_tp1.md
+++ b/chedotal_signarbieux_tp1.md
@@ -173,9 +173,15 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
     **git log --all --decorate --oneline --graph**  
     **HEAD point sur la branche courante, donc che_sig, et la branche che_sig-2.4 est restée en arrière** 
 0. Revenir sur la branche master  
+    **git commit -am "Q2.10"**  
     **git checkout master** 
-0. Ajoutez et commitez un fichier (touch new_file)
-0. Revenir sur votre branche `mybranch` pour completer le compte rendu `*`
+0. Ajoutez et commitez un fichier (touch new_file)  
+    **touch new_file**  
+    **git add .**  
+    **git commit -am "Q2.11"**
+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 `*`
 
 ##### 3. Merge
-- 
GitLab