Récapitulatif des commandes "importantes" à connaître (dans un terminal, ofc :)) :
git pull : Récupérer le repo avec changement effectué par quelqu'un d'autre ; Fusionner ; Mise à jour dépôt local
git add . : Staging ; Préparer modifications ; Tous les fichiers modifiés ;
git commit -m "" ./fichier_concerné_par_modif : Sauvegarde LOCAL ; Message de commit ; Fichier spécifique qui a été modifié SVP sinon ça va être relou
git push origin main : Envoyer ; Dépôt local → distant ; Branche principale (main)