From 923ac5a2965077640c6cfa5a29e19d115e6e53d8 Mon Sep 17 00:00:00 2001
From: thibault <thib.sig@gmail.com>
Date: Mon, 8 Jan 2018 18:55:48 +0100
Subject: [PATCH] Q1.14

---
 chedotal_signarbieux_tp1.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/chedotal_signarbieux_tp1.md b/chedotal_signarbieux_tp1.md
index 7c05cf2..dc8ce17 100644
--- a/chedotal_signarbieux_tp1.md
+++ b/chedotal_signarbieux_tp1.md
@@ -132,7 +132,13 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
     **git add chedotal_signarbieux_tp1.md**  
     **git commit -am "Q1.12"**
 0. Lister le contenu du repertoire courant, afficher le status et la log  
-0. Avant de commiter affichez les modifications par rapport à la précédente révision ? `*`
+    **ls**  
+    **git status**  
+    **git log**
+0. Avant de commiter affichez les modifications par rapport à la précédente révision ? `*`  
+    **git diff chedotal_signarbieux_tp1.md**  
+    **git add chedotal_signarbieux_tp1.md**  
+    **git commit -am "Q1.14"**
 
 ##### 2. Les branches
 0. Créez une branche portant votre nom et basculer sur cette branche (dans la suite du TP cette branche est désignée par `mybranch`)
-- 
GitLab