From 70ec416e0df043f37b29ca5b465e374b74651fa6 Mon Sep 17 00:00:00 2001 From: Darciaux Yoann <yoann.darciaux3@etu.univ-lorraine.fr> Date: Tue, 18 Feb 2025 11:26:09 +0100 Subject: [PATCH] Dernier commit --- qualdev/compte_rendu.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/qualdev/compte_rendu.txt b/qualdev/compte_rendu.txt index 9fdfcc6..6dad208 100644 --- a/qualdev/compte_rendu.txt +++ b/qualdev/compte_rendu.txt @@ -1,7 +1,25 @@ +Dépot local + 4) git init qui sers a initialiser le dépôt local. 5) git status pour voir les fichiers suivis par git. 6) echo ".vscode" >> .gitignore +7)git add . + +8) git status (encore) + +9) git commit -m "Premier commit" + +10) on utilise la commande git log + +Dépot distant + +4) git remote add origin https://gitlab.univ-lorraine.fr/e0428u/typescript_darciaux_yoann.git + +5) git remote -v + +6) git push -u origin main + 7) \ No newline at end of file -- GitLab