From a4e6b945e3f3849608456a8ec094b6bc6e27c91d Mon Sep 17 00:00:00 2001
From: SERRE Clement <clement.serre@poste.isima.fr>
Date: Mon, 8 Jan 2018 18:48:32 +0100
Subject: [PATCH] Q2.2

---
 cdpw_tp1_SERRE_PRUNIER.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/cdpw_tp1_SERRE_PRUNIER.md b/cdpw_tp1_SERRE_PRUNIER.md
index 7af6efb..41e7d5e 100644
--- a/cdpw_tp1_SERRE_PRUNIER.md
+++ b/cdpw_tp1_SERRE_PRUNIER.md
@@ -153,6 +153,16 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
     M       cdpw_tp1_SERRE_PRUNIER.md
     ```
 0. Lister les branches locales et les fichiers présent dans le répertoire courant `*`
+    ```git
+    clserre1@A210PC12:/h/Documents/cdpw $ git branch
+    * SERRE_PRUNIER
+      master
+    clserre1@A210PC12:/h/Documents/cdpw $ ls
+    cdpw_tp1_SERRE_PRUNIER.md  file2ignore  start
+    clserre1@A210PC12:/h/Documents/cdpw $ git commit -am"Q2.1"
+    [SERRE_PRUNIER bd03bc0] Q2.1
+     1 file changed, 19 insertions(+)
+     ```
 0. Aficher le status de votre repo `*`
 0. Créez une branche pour _développer_ la réponse de ce point (nommez là `mybranch-2.4` par exemple)
   0. Afficher un historique sous forme de graph (`a dog`) de votre repo
-- 
GitLab