Skip to content
Snippets Groups Projects
Commit 01c40f95 authored by thibault's avatar thibault
Browse files

Q3.2

parent 90b8ecde
No related branches found
No related tags found
No related merge requests found
......@@ -182,12 +182,19 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
0. Revenir sur votre branche `mybranch` pour completer le compte rendu `*`
**git checkout che_sig**
**git commit -am "Q2.12"**
0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*`
0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*`
**git log --all --decorate --oneline --graph**
**git commit -am "Q2.13"**
##### 3. Merge
0. Merge depuis head
0. switcher sur une nouvelle branche `mybranch-3.1`
0. ajout un nouveau fichier nommé easy_merge avec la date et l'heure actuelle `*`
0. switcher sur une nouvelle branche `mybranch-3.1`
**git branch che_sig-3.1**
**git checkout che_sig-3.1**
0. ajout un nouveau fichier nommé easy_merge avec la date et l'heure actuelle `*`
**touch easy_merge**
**git add .**
**git commit -am "Q3.2"**
0. merger la branche `mybranch-4.1` sur `mybranch`
0. Afficher le status
0. Pourquoi n'y a t'il aucune modification en cours ? `*`
......
20/01/2018 19:01
\ No newline at end of file
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