Update README.md
This commit is contained in:
parent
19541ded67
commit
5b222659d9
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue