diff --git a/README.md b/README.md index 54781ff..640bae0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# cars_and_run - +# cars_and_run + cars and run 2d \ No newline at end of file diff --git a/tuto.txt b/tuto.txt index d458458..cbdcff7 100644 --- a/tuto.txt +++ b/tuto.txt @@ -1,15 +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/cars_and_run.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 config --global user.name "laneury.a" && git config --global user.email "" + +git clone https://paul-constans.ac-clermont.fr/gitea/laneury.a/cars_and_run.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