màj du README
This commit is contained in:
parent
5b222659d9
commit
79b432f54f
1 changed files with 8 additions and 8 deletions
16
README.md
16
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]
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue