2 changed files with 16 additions and 16 deletions
@ -1,3 +1,3 @@ |
|||||
# cars_and_run |
# cars_and_run |
||||
|
|
||||
cars and run 2d |
cars and run 2d |
@ -1,15 +1,15 @@ |
|||||
git config --global user.name "laneury.a" && git config --global user.email "" |
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 clone https://paul-constans.ac-clermont.fr/gitea/laneury.a/cars_and_run.git |
||||
git pull |
git pull |
||||
|
|
||||
ajouter un fichier dans git: |
ajouter un fichier dans git: |
||||
git add nom_du_fichier.format (ex:main.py) |
git add nom_du_fichier.format (ex:main.py) |
||||
git commit -m "le message que l'on veut OBLIGATOIRE" |
git commit -m "le message que l'on veut OBLIGATOIRE" |
||||
|
|
||||
mettre a jour fichier/serveur: |
mettre a jour fichier/serveur: |
||||
git pull |
git pull |
||||
git push |
git push |
||||
|
|
||||
Aide: |
Aide: |
||||
git status #permet de voir ou on en est |
git status #permet de voir ou on en est |
Loading…
Reference in new issue