Update README.md

This commit is contained in:
Brage-Flonaes Johnsen 2025-11-04 10:27:19 +01:00
parent 19541ded67
commit 5b222659d9

View file

@ -22,11 +22,29 @@ Welkom bij het microcontroller zeilbootproject 4AE-SE 2025.
## Comment initialiser son GIT ## Comment initialiser son GIT
>> init 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 >> git remote add origin https://git.etud.insa-toulouse.fr/johnse/BE_VOILIER.git
> Comment PULL :
>> git pull >> git pull
>> git switch {branch} >> 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 License : CC-BY-NC-SA 4.0