From 0d5f1dc42c82c8bdbc72edd92c412cb84b1b1b43 Mon Sep 17 00:00:00 2001 From: "laneury.a" <> Date: Tue, 6 May 2025 09:40:03 +0200 Subject: [PATCH] 1er commit + ajout tuto git --- tuto.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tuto.txt diff --git a/tuto.txt b/tuto.txt new file mode 100644 index 0000000..2303c4b --- /dev/null +++ b/tuto.txt @@ -0,0 +1,15 @@ +git config --global user.name "laneury.a" && git config --global user.email "" + +git clone https://paul-constans.ac-clermont.fr/gitea/laneury.a/Projet_KNN_arno_mathis_theo.git +git pull + +ajouter un fichier dans git: +git add nom_du_fichier.format (ex:main.py) +git commit -m "le message que l'on veut OBLIGATOIRE" + +mettre a jour fichier/serveur: +git pull +git push + +Aide: +git status #permet de voir ou on en est \ No newline at end of file