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

Q2.11

parent ca0e5dac
No related branches found
No related tags found
No related merge requests found
...@@ -457,10 +457,40 @@ Switched to branch 'reda_youssef' ...@@ -457,10 +457,40 @@ Switched to branch 'reda_youssef'
``` ```
> On commite cette étape Q2.10 > On commite cette étape Q2.10
``` ```
$ git add .
$ git commit -m "Q2.10"
[reda_youssef ca0e5da] Q2.10
1 file changed, 5 insertions(+), 1 deletion(-)
``` ```
0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*` 0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*`
``` ```
git log --all --graph --decorate --oneline $ git log --all --graph --decorate --oneline
* ca0e5da (HEAD -> reda_youssef) Q2.10
* f50a0e6 Q2.6
| * b2acb20 (master) Q2.9
| | * 02a31d5 (reda_youssef-2.4) Q2.4.5
| | * d72c9c1 Q2.4.4
| | * 3dd3708 Q2.4.3
| | * 12bae9c Q2.4.2
| |/
|/|
* | 71592a8 Q2.3
* | 03c3017 Q2.2
|/
* 717b390 Q1.15
* 715a4ee Q1.13
* 51a5add Q1.10
* a38f03f Q1.9
* abfd2d9 Q1.7
* 3ec344e Q1.3
```
> On commite cette étape Q2.11
```
$ git add .
$ git commit -m "Q2.11"
[reda_youssef 6dae183] Q2.11
1 file changed, 27 insertions(+), 1 deletion(-)
``` ```
##### 3. Merge ##### 3. Merge
......
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