diff --git a/chedotal_signarbieux_tp1.md b/chedotal_signarbieux_tp1.md
index ee12d2f0a84c437d06a2a637dc318776a00c43a5..97771abffce98c63be99df28d8589feda18e9062 100644
--- a/chedotal_signarbieux_tp1.md
+++ b/chedotal_signarbieux_tp1.md
@@ -154,9 +154,13 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
     **git add chedotal_signarbieux_tp1.md**  
     **git commit -am "Q2.2"**
 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  
+    **git branch che_sig-2.4**
+ 0. Afficher un historique sous forme de graph (`a dog`) de votre repo  
+    **git log --all --decorate --oneline --graph**
   0. Pourquoi les 2 branches pointent elles sur la même révision ?`*`  
-  0. Afficher à nouvea l'historique pour montrer les modifications suite au précédent commit `*`
+    **Il n'y a pas eu de commit depuis la création de la branche mybranch-2.4**  
+    **git commit -am "Q2.4.2"**
+  0. Afficher à nouveau l'historique pour montrer les modifications suite au précédent commit `*`
 0. Revenir la brache `mybranch`
 0. Où sont passé vos reponces au point 2.4 ? `*`
 0. Affichez un historique sous forme de graph (`a dog`) de votre repo, Que peux ton en dire ?