From baf38476b621b148cc0132c05f93719171796018 Mon Sep 17 00:00:00 2001
From: bertoni <marion_bertoni@outlook.fr>
Date: Mon, 29 Jan 2018 19:20:38 +0100
Subject: [PATCH] creation branche BW-2.4

---
 Bertoni Walczyszyn tp1 cpw.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/Bertoni Walczyszyn tp1 cpw.md b/Bertoni Walczyszyn tp1 cpw.md
index a02bd72..71199c3 100644
--- a/Bertoni Walczyszyn tp1 cpw.md	
+++ b/Bertoni Walczyszyn tp1 cpw.md	
@@ -207,8 +207,28 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
         nothing to commit, working tree clean
 
 0. Créez une branche pour _développer_ la réponse de ce point (nommez là `mybranch-2.4` par exemple)
+
+        $ git branch
+          BW-2.4
+          BertoniWalczyszyn
+        * master
+
   0. Afficher un historique sous forme de graph (`a dog`) de votre repo
+
+          $ git log --all --decorate --oneline --graph
+          * 88533e1 (BertoniWalczyszyn) derniere version
+          * 113376e (origin/BertoniWalczyszyn) derniere version 08/01
+          | * 52f744d (HEAD -> BW-2.4, master) 19h32
+          | * ae1b0d7 branche créée
+          |/
+          * 8d09964 ajout .gitignore
+          * 39cc64e ajout fichier start
+          * 4773e48 modification du nom
+          * a95c3e0 premier ajout
+
   0. Pourquoi les 2 branches pointent elles sur la même révision ?`*`
+
+  
   0. Afficher à nouveau l'historique pour montrer les modifications suite au précédent commit `*`
 0. Revenir la branche `mybranch`
 0. Où sont passées vos reponses au point 2.4 ? `*`
-- 
GitLab