Skip to content
Snippets Groups Projects
Commit bec7f388 authored by Dorian Selimovic's avatar Dorian Selimovic
Browse files

Q3.5.2

parent 1032a2ff
No related branches found
No related tags found
No related merge requests found
......@@ -413,7 +413,42 @@ v
0. Merge avec modifications
0. Mergez les modifications de la branche `mybranch-2.4` sur `mybranch` (`*echap* :wq *enter*` pour sauvegarder le message de commit et quitter)`*`
```
$ git merge selimovic-2.4
Auto-merging selimovic-compte-rendu.md
Merge made by the 'recursive' strategy.
selimovic-compte-rendu.md | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
```
0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*`
```
* 1032a2f (HEAD -> selimovic) Merge branch 'selimovic-2.4' into selimovic
|\
| * ae470aa (selimovic-2.4) Q2.4.3
| * 77e2569 Q2.4.2
* | 2fadf41 Q3.4
* | 1a2af7c Q3.3
* | 0d8fcb8 (selimovic-3.1) Q3.1.2
* | 6ff966f Q2.11
* | 4b3e42e Q2.10
* | b41b6f3 Q2.7
* | 9b99cb6 Q2.6
|/
* 434403c Q2.3
* 992376b Q2.2
| * 3ed4f76 (master) Add new_file
|/
* 7a07334 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. Merge avec conflit
0. Céer une nouvelle branche `mybranch-3.6`
0. Notez dans le CR la date et l'heure actuelle (avec la commande `date` par exemple) `*`
......
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