Collection of the class notes and exercices of the ICC Class for EPFL MAN 2025
There are some extra exercices in ./scripts, related to other classes
Give the repo a star if it helps you out!
In the repository's root folder (where the .git folder is)
git pull: mettre à jour les modification des autres localement- ✨ Coding time ✨
git add modified_fileorgit add .in the root : ajoute les fichiers modifiés au working treegit commit -m "changes description": ajoute les modifications à l'historique localegit push: synchronise à la repo sur github
If git push fails (i.e. qqun à modifié la repo en ligne entre temps):
git pull --rebase: combine les nouvelles modifications avec les tiennesgit push: synchroniser