màj du README

This commit is contained in:
Aleksander Taban 2025-11-04 10:39:25 +01:00
parent 5b222659d9
commit 79b432f54f

View file

@ -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]