From 606dd4d752cd9aa266efc752280c05e5a44cae69 Mon Sep 17 00:00:00 2001 From: Michel Date: Sun, 20 Apr 2025 11:17:41 +0200 Subject: [PATCH] =?UTF-8?q?"=F0=9F=94=A7=20Programme=20de=20copie=20des=20?= =?UTF-8?q?fichiers=20develop=20sur=20product"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Docs/update_product_from_develop.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Docs/update_product_from_develop.txt diff --git a/Docs/update_product_from_develop.txt b/Docs/update_product_from_develop.txt new file mode 100644 index 0000000..f07a03c --- /dev/null +++ b/Docs/update_product_from_develop.txt @@ -0,0 +1,20 @@ +📝 ExĂ©cution du script update_product_from_develop.sh sous Windows +🎯 Objectif : + Mettre Ă  jour les fichiers dĂ©jĂ  prĂ©sents dans la branche product depuis develop, + sans importer les nouveaux fichiers. + +✅ Étapes Ă  retenir (avec Git Bash) +Ouvrir Git Bash +(depuis DĂ©marrer → Git Bash) + +Naviguer dans ton projet : + cd "/c/Users/miche/PycharmProjects/Gestion sondes/tools" + Rendre le script exĂ©cutable une seule fois : + chmod +x update_product_from_develop.sh +ExĂ©cuter le script Ă  tout moment : + ./update_product_from_develop.sh + +🔁 RĂ©sultat : + 1) Seuls les fichiers dĂ©jĂ  prĂ©sents dans product sont mis Ă  jour + 2) Les fichiers nouveaux de develop sont ignorĂ©s + 3) Affichage clair de ce qui est mis Ă  jour ou non \ No newline at end of file