Skip to content
Snippets Groups Projects
Commit 02a31d55 authored by NIDABRAHIM Youssef's avatar NIDABRAHIM Youssef
Browse files

Q2.4.5

parent d72c9c16
No related branches found
No related tags found
No related merge requests found
...@@ -502,32 +502,56 @@ $ git log --all --graph --decorate --oneline ...@@ -502,32 +502,56 @@ $ git log --all --graph --decorate --oneline
``` ```
$ git add . $ git add .
$ git commit -m "Q2.4.4" $ git commit -m "Q2.4.4"
[reda_youssef f6ac822] Q2.4.4 [reda_youssef-2.4 d72c9c1] Q2.4.4
1 file changed, 8 insertions(+), 3 deletions(-) 1 file changed, 3 insertions(+), 3 deletions(-)
``` ```
0. Afficher à nouveau l'historique pour montrer les modifications suite au précédent commit `*` 0. Afficher à nouveau l'historique pour montrer les modifications suite au précédent commit `*`
``` ```
$ git log --graph --abbrev-commit --decorate $ git log --graph --abbrev-commit --decorate
* commit f6ac822 (HEAD -> reda_youssef) * 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> | 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 | Q2.4.4
| |
* commit a9a2473 * commit 3dd3708
| Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma> | 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 | Q2.4.3
| |
* commit 767c502 * commit 12bae9c
| Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma> | 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 | Q2.4.2
| |
* commit 71592a8 (reda_youssef-2.4) * commit 71592a8 (reda_youssef)
| Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma> | Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
| Date: Mon Feb 12 22:21:41 2018 +0100 | Date: Mon Feb 12 22:21:41 2018 +0100
| |
...@@ -573,11 +597,20 @@ $ git commit -m "Q2.4.4" ...@@ -573,11 +597,20 @@ $ git commit -m "Q2.4.4"
Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma> Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
Date: Mon Feb 12 21:02:43 2018 +0100 Date: Mon Feb 12 21:02:43 2018 +0100
Q1.3 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` 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 ? `*` 0. Où sont passé vos reponces au point 2.4 ? `*`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment