From a3205a7cda8cdf39a08553ce97ee76078f6139c3 Mon Sep 17 00:00:00 2001 From: thibault <thib.sig@gmail.com> Date: Mon, 8 Jan 2018 19:11:42 +0100 Subject: [PATCH] Q2.4.2 --- chedotal_signarbieux_tp1.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/chedotal_signarbieux_tp1.md b/chedotal_signarbieux_tp1.md index ee12d2f..97771ab 100644 --- a/chedotal_signarbieux_tp1.md +++ b/chedotal_signarbieux_tp1.md @@ -154,9 +154,13 @@ 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) - 0. Afficher un historique sous forme de graph (`a dog`) de votre repo + **git branch 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 `*` 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