This shows you the differences between two versions of the page.
sde2:teme:tema_fr_0 [2021/03/03 09:04] alexandru.radovici created |
sde2:teme:tema_fr_0 [2022/03/10 00:07] (current) alexandru.radovici |
||
---|---|---|---|
Line 4: | Line 4: | ||
<note important> | <note important> | ||
- | Date limite: **7 Mars, 23:55**\\ | + | Date limite: **15 Mars, 23:59**\\ |
Points: **0.20 point** de la note finale\\ | Points: **0.20 point** de la note finale\\ | ||
- | Lien: [[https://classroom.github.com/a/Cwv6Ufvo|Devoir 0]]\\ | + | Lien: [[https://classroom.github.com/a/ugos0ClX|Devoir 0]]\\ |
Télécharger en retard: **pas accepté **\\ | Télécharger en retard: **pas accepté **\\ | ||
</note> | </note> | ||
Line 43: | Line 43: | ||
Engagez (commit) et transférez (push) vos modifications vers le référentiel de devoirs. | Engagez (commit) et transférez (push) vos modifications vers le référentiel de devoirs. | ||
+ | |||
+ | ==== Commandes suggérées ==== | ||
+ | |||
+ | <code bash> | ||
+ | $ git commit -am "a message that show what modifications you have" | ||
+ | $ git pull # update your repository | ||
+ | $ git push # push your commits to github | ||
+ | </code> | ||