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

Q3.1.2

parent 6ff966f3
No related branches found
No related tags found
No related merge requests found
Mon Feb 5 19:23:19 CET 2018
...@@ -305,7 +305,16 @@ Switched to branch 'selimovic' ...@@ -305,7 +305,16 @@ Switched to branch 'selimovic'
##### 3. Merge ##### 3. Merge
0. Merge depuis head 0. Merge depuis head
0. switcher sur une nouvelle branche `mybranch-3.1` 0. switcher sur une nouvelle branche `mybranch-3.1`
```
$ git checkout -b selimovic-3.1
Switched to a new branch 'selimovic-3.1'
```
0. ajout un nouveau fichier nommé easy_merge avec la date et l'heure actuelle `*` 0. ajout un nouveau fichier nommé easy_merge avec la date et l'heure actuelle `*`
```
echo `date` > easy_merge
```
0. merger la branche `mybranch-4.1` sur `mybranch` 0. merger la branche `mybranch-4.1` sur `mybranch`
0. Afficher le status 0. Afficher le status
0. Pourquoi n'y a t'il aucune modification en cours ? `*` 0. Pourquoi n'y a t'il aucune modification en cours ? `*`
......
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