From 79b432f54f2ee9f6beca329d0dcd3686dfa9ed44 Mon Sep 17 00:00:00 2001 From: taban Date: Tue, 4 Nov 2025 10:39:25 +0100 Subject: [PATCH] =?UTF-8?q?m=C3=A0j=20du=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7c29abb..a7431f9 100644 --- a/README.md +++ b/README.md @@ -23,27 +23,27 @@ Welkom bij het microcontroller zeilbootproject 4AE-SE 2025. ## Comment initialiser son GIT >> init git ->> git config --global user.email "user@insa-toulouse.fr" +>> git config --global user.email "[USER]@insa-toulouse.fr" ->> git config --global user.name "Name" +>> git config --global user.name "[NOM]" >> git config --global credential.helper manager (Si Windows) >> git remote add origin https://git.etud.insa-toulouse.fr/johnse/BE_VOILIER.git -> Comment PULL : +## Comment PULL : >> git pull ->> git switch {branch} +>> git switch [BRANCHE] -> Comment PUSH : +## Comment PUSH : ->> git add nomdufichier +>> git add [NOMDUFICHIER] ->> git commit -m "Commentaire" +>> git commit -m "[COMMENTAIRE]" ->> git push -u origin branch +>> git push -u origin [BRANCHE]