From adc43b143d826909456cbde26a8cc95f3096f07c Mon Sep 17 00:00:00 2001 From: thibault <thib.sig@gmail.com> Date: Mon, 29 Jan 2018 18:52:46 +0100 Subject: [PATCH] Q2.10 --- chedotal_signarbieux_tp1.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/chedotal_signarbieux_tp1.md b/chedotal_signarbieux_tp1.md index 9548eb7..954811c 100644 --- a/chedotal_signarbieux_tp1.md +++ b/chedotal_signarbieux_tp1.md @@ -169,8 +169,11 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge 0. Où sont passé vos reponces au point 2.4 ? `*` **Elles sont restées sur la branche che_sig-2.4** **git commit -am "Q2.8"** -0. Affichez un historique sous forme de graph (`a dog`) de votre repo, Que peux ton en dire ? -0. Revenir sur la branche master +0. Affichez un historique sous forme de graph (`a dog`) de votre repo, Que peux ton en dire ? + **git log --all --decorate --oneline --graph** + **HEAD point sur la branche courante, donc che_sig, et la branche che_sig-2.4 est restée en arrière** +0. Revenir sur la branche master + **git checkout master** 0. Ajoutez et commitez un fichier (touch new_file) 0. Revenir sur votre branche `mybranch` pour completer le compte rendu `*` 0. Affichez un historique sous forme de graph (`a dog`) de votre repo `*` -- GitLab