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

Q2.4.3

parent 12bae9cc
No related branches found
No related tags found
No related merge requests found
...@@ -397,7 +397,6 @@ $ git log --all --graph --decorate --oneline ...@@ -397,7 +397,6 @@ $ git log --all --graph --decorate --oneline
* a38f03f Q1.9 * a38f03f Q1.9
* abfd2d9 Q1.7 * abfd2d9 Q1.7
* 3ec344e Q1.3 * 3ec344e Q1.3
``` ```
0. Pourquoi les 2 branches pointent elles sur la même révision ?`*` 0. Pourquoi les 2 branches pointent elles sur la même révision ?`*`
...@@ -405,20 +404,20 @@ $ git log --all --graph --decorate --oneline ...@@ -405,20 +404,20 @@ $ git log --all --graph --decorate --oneline
``` ```
$ git add . $ git add .
$ git commit -m "Q2.4.2" $ git commit -m "Q2.4.2"
[reda_youssef 767c502] Q2.4.2 [reda_youssef-2.4 12bae9c] Q2.4.2
1 file changed, 18 insertions(+), 9 deletions(-) 1 file changed, 186 insertions(+), 14 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 767c502 (HEAD -> reda_youssef) * commit 12bae9c (HEAD -> reda_youssef-2.4)
| 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
| |
...@@ -436,13 +435,13 @@ $ git log --all --graph --decorate --oneline ...@@ -436,13 +435,13 @@ $ git log --all --graph --decorate --oneline
| |
| Q1.15 | Q1.15
:...skipping... :...skipping...
* commit 767c502 (HEAD -> reda_youssef) * commit 12bae9c (HEAD -> reda_youssef-2.4)
| 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
| |
...@@ -487,9 +486,9 @@ $ git log --all --graph --decorate --oneline ...@@ -487,9 +486,9 @@ $ git log --all --graph --decorate --oneline
* commit 3ec344e * commit 3ec344e
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
``` ```
```
> On commite cette étape Q2.4.3 > On commite cette étape Q2.4.3
``` ```
$ git add . $ git add .
......
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