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
313b711c
Commit
313b711c
authored
7 years ago
by
Clement SERRE
Browse files
Options
Downloads
Patches
Plain Diff
Q3.3
parent
40504898
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cdpw_tp1_SERRE_PRUNIER.md
+35
-1
35 additions, 1 deletion
cdpw_tp1_SERRE_PRUNIER.md
with
35 additions
and
1 deletion
cdpw_tp1_SERRE_PRUNIER.md
+
35
−
1
View file @
313b711c
...
...
@@ -277,8 +277,42 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
Automatic merge failed; fix conflicts and then commit the result.
```
0. Afficher le status
0. Pourquoi n'y a t'il aucune modification en cours ? `*`
```
git
clserre1@A210PC12:/h/Documents/cdpw $ git status
On branch SERRE_PRUNIER
nothing to commit, working tree clean
```
0. Pourquoi n'y a t'il aucune modification en cours ? `*`
Car les dernières modifications de SERRE_PRUNIER-3.1 ont été mise sur SERRE_PRUNIER grace au merge.
0. Affichez un historique sous forme de graph (`a dog`) de votre repo et décire l'état courant`*`
```
git
clserre1@A210PC12:/h/Documents/cdpw $ git log --all --decorate --oneline --graph
*
4050489 (HEAD -> SERRE_PRUNIER) Q3.1.II - merge error
|
\
|
*
910e2ac (SERRE_PRUNIER-3.1) Q3.1.II
*
| e2b7cbf Q3.1.II
*
| 87d1e67 Q3.1.II
*
| 40028cb Q2.13
|/
*
665723e Q2.12
*
51905a3 Q2.5
|
*
9586626 (master) Q2.10
| |
*
939141b (SERRE_PRUNIER-2.3) Q2.3.III
| |
*
4695520 Q2.3.II
| |/
|/|
*
| a4e6b94 Q2.2
*
| bd03bc0 Q2.1
*
| ef6b3f6 Q1.14
|/
*
9573e3c Q1.12
*
3bd908e Q1.9
*
b28292b Q1.8
*
dd449ba Q1.6
*
7b7f60f Q1.2
clserre1@A210PC12:/h/Documents/cdpw $ git commit -am"Q3.3"
[SERRE_PRUNIER 99fb38b] Q3.3
1 file changed, 32 insertions(+), 1 deletion(-)
```
0. Merge avec modifications
1. Mergez les modifications de la branche `mybranch-2.4` sur `mybranch` (`*echap* :wq *enter*` pour sauvegarder le message de commit et quitter)`*`
0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*`
...
...
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