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