diff --git a/cdpw_tp1_SERRE_PRUNIER.md b/cdpw_tp1_SERRE_PRUNIER.md index 646d963c75270db661bf7c0332c6a1577eae5e02..f31a4b877fbe0f09da8ebac1786fd70487a3d716 100644 --- a/cdpw_tp1_SERRE_PRUNIER.md +++ b/cdpw_tp1_SERRE_PRUNIER.md @@ -197,7 +197,25 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge ``` 2. Pourquoi les 2 branches pointent elles sur la même révision ?`*` Les deux branches sont au même niveau de `commit`. + ```git + clserre1@A210PC12:/h/Documents/cdpw $ git commit -am"Q2.3.II" + [SERRE_PRUNIER-2.3 4695520] Q2.3.II + 1 file changed, 33 insertions(+), 3 deletions(-) + ``` 3. Afficher à nouveau l'historique pour montrer les modifications suite au précédent commit `*` + ```git + clserre1@A210PC12:/h/Documents/cdpw $ git log --all --decorate --oneline --graph* 4695520 (HEAD -> SERRE_PRUNIER-2.3) Q2.3.II + * a4e6b94 (SERRE_PRUNIER) Q2.2 + * bd03bc0 Q2.1 + * ef6b3f6 (master) Q1.14 + * 9573e3c Q1.12 + * 3bd908e Q1.9 + * b28292b Q1.8 + * dd449ba Q1.6 + * 7b7f60f Q1.2 + clserre1@A210PC12:/h/Documents/cdpw $ git commit -am"Q2.3.III" [SERRE_PRUNIER-2.3 07fe6ef] Q2.3.III + 1 file changed, 5 insertions(+) + ``` 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 ?