From b77c75659fd738221fc18eb1cc8cdd51de501913 Mon Sep 17 00:00:00 2001 From: thibault <thib.sig@gmail.com> Date: Mon, 29 Jan 2018 18:47:51 +0100 Subject: [PATCH] Q2.8 --- 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 d194ef3..9548eb7 100644 --- a/chedotal_signarbieux_tp1.md +++ b/chedotal_signarbieux_tp1.md @@ -164,8 +164,11 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge 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 branche `mybranch` -0. Où sont passé vos reponces au point 2.4 ? `*` +0. Revenir la branche `mybranch` + **git checkout che_sig** +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. Ajoutez et commitez un fichier (touch new_file) -- GitLab