Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
2017-F2-Forge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Youssef NIDABRAHIM
2017-F2-Forge
Commits
f50a0e63
Commit
f50a0e63
authored
7 years ago
by
NIDABRAHIM Youssef
Browse files
Options
Downloads
Patches
Plain Diff
Q2.6
parent
71592a8d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
REDA_YOUSSEF.md
+28
-6
28 additions, 6 deletions
REDA_YOUSSEF.md
with
28 additions
and
6 deletions
REDA_YOUSSEF.md
+
28
−
6
View file @
f50a0e63
...
@@ -407,17 +407,39 @@ $ git commit -m "Q2.2"
...
@@ -407,17 +407,39 @@ $ git commit -m "Q2.2"
0.
Afficher à nouvea l'historique pour montrer les modifications suite au précédent commit
`*`
0.
Afficher à nouvea l'historique pour montrer les modifications suite au précédent commit
`*`
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 ?
`*`
> Les réponces au point 2.4 sont dans l'autre branche `reda_youssef-2.4`
```
$ git add .
$ git commit -m "Q2.6"
[reda_youssef 30c07dd] Q2.6
1 file changed, 4 insertions(+), 1 deletion(-)
```
```
git add .
git commit -m "Q2.6"
```
0. Affichez un historique sous forme de graph (`a dog`) de votre repo, Que peux ton en dire ?
0. Affichez un historique sous forme de graph (`a dog`) de votre repo, Que peux ton en dire ?
```
```
git log --all --graph --decorate --oneline
$ git log --all --graph --decorate --oneline
```
* 30c07dd (HEAD -> reda_youssef) Q2.6
| * 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 (master) Q1.15
* 715a4ee Q1.13
* 51a5add Q1.10
* a38f03f Q1.9
* abfd2d9 Q1.7
* 3ec344e Q1.3
```
> **NOTE:** D'après le graphe, on remarque bien les commites effectuer dans la branche `reda_youssef-2.4`
0. Revenir sur la branche master
0. Revenir sur la branche master
```
```
git checkout master
git checkout master
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment