From be0ab7a3c4297d3946b3bf03c5a58fcadf0f97ba Mon Sep 17 00:00:00 2001 From: "laneury.a" <> Date: Mon, 3 Feb 2025 09:20:06 +0100 Subject: [PATCH] tuto --- tuto.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tuto.txt diff --git a/tuto.txt b/tuto.txt new file mode 100644 index 0000000..36fb706 --- /dev/null +++ b/tuto.txt @@ -0,0 +1,17 @@ +Au debut: +Creer un fichier sur votre pc et se mettre dedans clic droit "git bash here" +git config --global user.name "nom.p" +git config --global user.email "" +git clone https://paul-constans.ac-clermont.fr/gitea/laneury.a/basket_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