diff --git a/chedotal_signarbieux_tp1.md b/chedotal_signarbieux_tp1.md
index 97771abffce98c63be99df28d8589feda18e9062..d194ef31a09063c5b7729e6a53803b712a402816 100644
--- a/chedotal_signarbieux_tp1.md
+++ b/chedotal_signarbieux_tp1.md
@@ -155,13 +155,16 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
     **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)  
     **git branch che_sig-2.4**
+    **git checkout 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 ?`*`  
     **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. Afficher à nouveau l'historique pour montrer les modifications suite au précédent commit `*`  
+    **git log --all --decorate --oneline --graph**
+    **git commit -am "Q2.4.3"**
+0. Revenir la branche `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 ?
 0. Revenir sur la branche master