diff --git a/qualdev/compte_rendu.txt b/qualdev/compte_rendu.txt
index 9fdfcc64c9f5ef4295ed4a91ed705117ef1d1d02..6dad208994a2ca493123321ddcb56d81138f1d0f 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