diff --git a/cdpw_tp1_SERRE_PRUNIER.md b/cdpw_tp1_SERRE_PRUNIER.md index 7af6efb42ea6346a4c9a08835c678dfd51d7c827..41e7d5e6cd72e6abd6f5899d12be236d6e79da0d 100644 --- a/cdpw_tp1_SERRE_PRUNIER.md +++ b/cdpw_tp1_SERRE_PRUNIER.md @@ -153,6 +153,16 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge M cdpw_tp1_SERRE_PRUNIER.md ``` 0. Lister les branches locales et les fichiers présent dans le répertoire courant `*` + ```git + clserre1@A210PC12:/h/Documents/cdpw $ git branch + * SERRE_PRUNIER + master + clserre1@A210PC12:/h/Documents/cdpw $ ls + cdpw_tp1_SERRE_PRUNIER.md file2ignore start + clserre1@A210PC12:/h/Documents/cdpw $ git commit -am"Q2.1" + [SERRE_PRUNIER bd03bc0] Q2.1 + 1 file changed, 19 insertions(+) + ``` 0. Aficher le status de votre repo `*` 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