This commit is contained in:
Aleksander Taban 2025-11-04 10:51:52 +01:00
commit 0827e7fc4b

View file

@ -8,6 +8,12 @@ Bem vindo ao projeto veleiro de µcontroladores 4AE-SE 2025.
Welkom bij het microcontroller zeilbootproject 4AE-SE 2025. Welkom bij het microcontroller zeilbootproject 4AE-SE 2025.
License : CC-BY-NC-SA 4.0
## Les groupes et résponsabilités sont : ## Les groupes et résponsabilités sont :
>>Nicolas et Jarno : Envoi de UART et PWM dans la bonne fréquence (canal), pour relier le voilier à l'ecran. >>Nicolas et Jarno : Envoi de UART et PWM dans la bonne fréquence (canal), pour relier le voilier à l'ecran.
@ -17,37 +23,42 @@ Welkom bij het microcontroller zeilbootproject 4AE-SE 2025.
>>En commun : Géstion de la pile avec l'ADC et clock interne avec CMOS. >>En commun : Géstion de la pile avec l'ADC et clock interne avec CMOS.
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fc2.staticflickr.com%2F6%2F5229%2F5681377563_4d4e274d51_b.jpg&f=1&nofb=1&ipt=cbe9495133b91e29c85ebc218df03cb9e58fc50148b045a8933418eb060146ad" alt="Le voilier Sørlandet au large des côtes canadiennes">
# GIT
## 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.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 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 :
## Comment PULL :
>> git pull >> git pull
>> git switch {branch} >> git switch [BRANCHE]
> Comment PUSH :
>> git add nomdufichier ## Comment PUSH :
>> git commit -m "Commentaire" >> git add [NOMDUFICHIER]
>> git push -u origin branch >> git commit -m "[COMMENTAIRE]"
>> git push -u origin [BRANCHE]
License : CC-BY-NC-SA 4.0 # Inspiration
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fc2.staticflickr.com%2F6%2F5229%2F5681377563_4d4e274d51_b.jpg&f=1&nofb=1&ipt=cbe9495133b91e29c85ebc218df03cb9e58fc50148b045a8933418eb060146ad" alt="Le voilier Sørlandet au large des côtes canadiennes">
Le voilier Sørlandet au large des côtes canadiennes