From 5b222659d9c92e54ba34464ce3b8337abf8b4a22 Mon Sep 17 00:00:00 2001 From: johnse Date: Tue, 4 Nov 2025 10:27:19 +0100 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f692e66..7c29abb 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,29 @@ 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.name "Name" + +>> git config --global credential.helper manager (Si Windows) + >> git remote add origin https://git.etud.insa-toulouse.fr/johnse/BE_VOILIER.git + +> Comment PULL : + >> git pull + >> git switch {branch} ->>Va te faire foutre +> Comment PUSH : + +>> git add nomdufichier + +>> git commit -m "Commentaire" + +>> git push -u origin branch + License : CC-BY-NC-SA 4.0