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
1032a2ff
Commit
1032a2ff
authored
7 years ago
by
Dorian Selimovic
Browse files
Options
Downloads
Plain Diff
Merge branch 'selimovic-2.4' into selimovic
parents
2fadf416
ae470aa3
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
selimovic-compte-rendu.md
+33
-0
33 additions, 0 deletions
selimovic-compte-rendu.md
with
33 additions
and
0 deletions
selimovic-compte-rendu.md
+
33
−
0
View file @
1032a2ff
...
...
@@ -229,9 +229,42 @@ nothing to commit, working tree clean
```
0.
Créez une branche pour _développer_ la réponse de ce point (nommez là
`mybranch-2.4`
par exemple)
```
$ git checkout -b selimovic-2.4
```
0.
Afficher un historique sous forme de graph (
`a dog`
) de votre repo
```
$ git log --all --decorate --oneline --graph
* 434403c (HEAD -> selimovic-2.4, selimovic) Q2.3
* 992376b Q2.2
* 7a07334 (master) Q1.15
* 02672f8 Q1.13
* 696e5f9 Q1.10
* db1ca34 Q1.9
* 80d9397 Rename compte-rendu
* e4e58b9 Q1.5
* f256d85 Q1.3
* 6bd3cbb Add compte-rendu.md
```
0.
Pourquoi les 2 branches pointent elles sur la même révision ?
`*`
>Parce qu'il n'y a pas encore de commit supplémentaire sur la branche selimovic-2.4
0.
Afficher à nouvea l'historique pour montrer les modifications suite au précédent commit
`*`
```
$ git log --all --decorate --oneline --graph
* 77e2569 (HEAD -> selimovic-2.4) Q2.4.2
* 434403c (selimovic) Q2.3
* 992376b Q2.2
* 7a07334 (master) Q1.15
* 02672f8 Q1.13
* 696e5f9 Q1.10
* db1ca34 Q1.9
* 80d9397 Rename compte-rendu
* e4e58b9 Q1.5
* f256d85 Q1.3
* 6bd3cbb Add compte-rendu.md
```
0.
Revenir la brache
`mybranch`
```
$ git checkout selimovic
...
...
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