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

Q2.4.3

parent 21a62593
No related branches found
No related tags found
No related merge requests found
......@@ -154,9 +154,16 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
**git add chedotal_signarbieux_tp1.md**
**git commit -am "Q2.2"**
0. Créez une branche pour _développer_ la réponse de ce point (nommez là `mybranch-2.4` par exemple)
**git branch che_sig-2.4**
**git checkout che_sig-2.4**
0. Afficher un historique sous forme de graph (`a dog`) de votre repo
**git log --all --decorate --oneline --graph**
0. Pourquoi les 2 branches pointent elles sur la même révision ?`*`
0. Afficher à nouvea l'historique pour montrer les modifications suite au précédent commit `*`
**Il n'y a pas eu de commit depuis la création de la branche mybranch-2.4**
**git commit -am "Q2.4.2"**
0. Afficher à nouveau l'historique pour montrer les modifications suite au précédent commit `*`
**git log --all --decorate --oneline --graph**
**git commit -am "Q2.4.3"**
0. Revenir la brache `mybranch`
0. Où sont passé vos reponces au point 2.4 ? `*`
0. Affichez un historique sous forme de graph (`a dog`) de votre repo, Que peux ton en dire ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment