From b5ccc8078858232e7913b7b9587d4c78c51d8c86 Mon Sep 17 00:00:00 2001 From: thibault <thib.sig@gmail.com> Date: Mon, 8 Jan 2018 19:20:42 +0100 Subject: [PATCH] Q2.4.3 --- chedotal_signarbieux_tp1.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/chedotal_signarbieux_tp1.md b/chedotal_signarbieux_tp1.md index ee12d2f..410e691 100644 --- a/chedotal_signarbieux_tp1.md +++ b/chedotal_signarbieux_tp1.md @@ -153,10 +153,17 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge **git status** **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) - 0. Afficher un historique sous forme de graph (`a dog`) de votre repo - 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 `*` +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 ?`*` + **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 ? -- GitLab