Commit f36881aa15402abd1f69c510c959b734e163ae12
1 parent
4897044c
decision_rectification
Showing
1 changed file
with
12 additions
and
26 deletions
Show diff stats
README.md
1 | -git clone adresse //enregistre dans le dossier courant | |
2 | -git pull //MAJ | |
1 | +Type message : 1 octet | |
2 | +ID_base : 2 ocets | |
3 | +ID_shirt : 2 octets | |
4 | +T : 1 octet | |
5 | +x : 1 octet | |
6 | +y : 1 octet | |
7 | +z : 1 octet | |
3 | 8 | |
4 | -git status //voir fichiers modifiés pas encore ajoutés | |
9 | +Attention, pour T, on envoie le deltat T, soit la différence de température par rapport à la dernière connue | |
5 | 10 | |
6 | -git checkout -b nomdelabranche //crée une nouvelle branche et aller dessus | |
7 | -git checkout nomdelabranche //aller dans la branche déjà créée | |
8 | -git merge nomdelabranche | |
11 | +Type message : | |
12 | +01 Envoi T-shirt | |
13 | +10 Reception_base int 2 octets | |
14 | +11 changer_id char* 2 octets | |
9 | 15 | |
10 | -git add truc.c // ou git add . | |
11 | -git commit -m 'bonjour close #3' | |
12 | -git push | |
13 | - | |
14 | - | |
15 | - | |
16 | -/* | |
17 | -.bashrc | |
18 | - -> export GIT_SSL_NO_VERIFY=true | |
19 | - Si jamais on ne créer pas de clé sécurité */ | |
20 | - | |
21 | - /*créer la clé :sur github : generating a new SSH key and adding it to the ssh-agent | |
22 | - on fait la démarche sur le site | |
23 | - après soit on fait cat id_rsa.pub ou mieux on fait vim id_rsa.pub comme ça on voit le "fingerprint" | |
24 | - | |
25 | - Dans git : on ajoute cette clé en mettant ce fingerprint*/ | |
26 | - | |
27 | - configurer le compte | |
28 | - git config --global user.name "ldamiens" | |
29 | - git config --global user.email "lutecia.damiens@polytech-lille.net" | ... | ... |