From 0d8fcb89ab23c8f9e3f1846de94a67393e1d3d6f Mon Sep 17 00:00:00 2001 From: Dorian Selimovic <selimovic.dorian@gmail.com> Date: Mon, 5 Feb 2018 19:25:24 +0100 Subject: [PATCH] Q3.1.2 --- easy_merge | 1 + selimovic-compte-rendu.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 easy_merge diff --git a/easy_merge b/easy_merge new file mode 100644 index 0000000..f633ac0 --- /dev/null +++ b/easy_merge @@ -0,0 +1 @@ +Mon Feb 5 19:23:19 CET 2018 diff --git a/selimovic-compte-rendu.md b/selimovic-compte-rendu.md index 09e1d03..8b5323a 100644 --- a/selimovic-compte-rendu.md +++ b/selimovic-compte-rendu.md @@ -305,7 +305,16 @@ Switched to branch 'selimovic' ##### 3. Merge 0. Merge depuis head 0. switcher sur une nouvelle branche `mybranch-3.1` + ``` + $ git checkout -b selimovic-3.1 + Switched to a new branch 'selimovic-3.1' + ``` + 0. ajout un nouveau fichier nommé easy_merge avec la date et l'heure actuelle `*` + ``` + echo `date` > easy_merge + ``` + 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