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]