From 87d1e67b851274950d7921a809664ff794ec5f37 Mon Sep 17 00:00:00 2001 From: SERRE Clement <clement.serre@poste.isima.fr> Date: Mon, 8 Jan 2018 19:09:56 +0100 Subject: [PATCH] Q3.1.II --- cdpw_tp1_SERRE_PRUNIER.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cdpw_tp1_SERRE_PRUNIER.md b/cdpw_tp1_SERRE_PRUNIER.md index d24fe6b..76b59f2 100644 --- a/cdpw_tp1_SERRE_PRUNIER.md +++ b/cdpw_tp1_SERRE_PRUNIER.md @@ -251,7 +251,14 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge ##### 3. Merge 0. Merge depuis head 1. switcher sur une nouvelle branche `mybranch-3.1` + ```git + clserre1@A210PC12:/h/Documents/cdpw $ git checkout -b SERRE_PRUNIER-3.1 + Switched to a new branch 'SERRE_PRUNIER-3.1' + M cdpw_tp1_SERRE_PRUNIER.md + ``` 0. ajout un nouveau fichier nommé easy_merge avec la date et l'heure actuelle `*` + ```git + ``` 0. merger la branche `mybranch-4.1` sur `mybranch` 0. Afficher le status 0. Pourquoi n'y a t'il aucune modification en cours ? `*` -- GitLab