diff --git a/REDA_YOUSSEF.md b/REDA_YOUSSEF.md
index 1fc4e49991fe9ff912ff46430329ab9904eee540..d8e1ee723b7e596abe26035d4885729547656019 100644
--- a/REDA_YOUSSEF.md
+++ b/REDA_YOUSSEF.md
@@ -502,32 +502,56 @@ $ git log --all --graph --decorate --oneline
   ```
   $ git add .
 $ git commit -m "Q2.4.4"
-[reda_youssef f6ac822] Q2.4.4
- 1 file changed, 8 insertions(+), 3 deletions(-)
+[reda_youssef-2.4 d72c9c1] Q2.4.4
+ 1 file changed, 3 insertions(+), 3 deletions(-)
   ```
 
   0. Afficher à nouveau l'historique pour montrer les modifications suite au précédent commit `*`
   ```
-  $ git log --graph --abbrev-commit --decorate
-* commit f6ac822 (HEAD -> reda_youssef)
+ $ git log --graph --abbrev-commit --decorate
+* commit d72c9c1 (HEAD -> reda_youssef-2.4)
+| Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
+| Date:   Mon Feb 12 23:04:18 2018 +0100
+|
+|     Q2.4.4
+|
+* commit 3dd3708
+| Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
+| Date:   Mon Feb 12 23:03:02 2018 +0100
+|
+|     Q2.4.3
+|
+* commit 12bae9c
+| Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
+| Date:   Mon Feb 12 23:00:27 2018 +0100
+|
+|     Q2.4.2
+|
+* commit 71592a8 (reda_youssef)
 | Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
-| Date:   Mon Feb 12 22:35:25 2018 +0100
+| Date:   Mon Feb 12 22:21:41 2018 +0100
+|
+|     Q2.3
+:...skipping...
+* commit d72c9c1 (HEAD -> reda_youssef-2.4)
+| Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
+| Date:   Mon Feb 12 23:04:18 2018 +0100
 |
 |     Q2.4.4
 |
-* commit a9a2473
+* commit 3dd3708
 | Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
-| Date:   Mon Feb 12 22:32:40 2018 +0100
+| Date:   Mon Feb 12 23:03:02 2018 +0100
 |
 |     Q2.4.3
 |
-* commit 767c502
+* commit 12bae9c
 | Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
-| Date:   Mon Feb 12 22:29:28 2018 +0100
+| Date:   Mon Feb 12 23:00:27 2018 +0100
 |
 |     Q2.4.2
 |
-* commit 71592a8 (reda_youssef-2.4)
+* commit 71592a8 (reda_youssef)
 | Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
 | Date:   Mon Feb 12 22:21:41 2018 +0100
 |
@@ -573,11 +597,20 @@ $ git commit -m "Q2.4.4"
   Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
   Date:   Mon Feb 12 21:02:43 2018 +0100
       Q1.3
+(END)
+```
+  > On commite cette étape Q2.4.5
+  ```
+$ git add .
+$ git commit -m "Q2.4.5"
+[reda_youssef-2.4 f94d5dd] Q2.4.5
+ 1 file changed, 41 insertions(+), 10 deletions(-)
 ```
 
 0. Revenir la brache `mybranch`
 ```
-git checkout reda_youssef
+$ git checkout reda_youssef
+Switched to branch 'reda_youssef'
 ```
 
 0. Où sont passé vos reponces au point 2.4 ? `*`