diff --git a/cdpw_tp1_SERRE_PRUNIER.md b/cdpw_tp1_SERRE_PRUNIER.md
index 31b4ad4cabb401614e71b268aae4fe8c5bc41be7..21a83fedd27e70e6ee6c7972b46f57c5dfeacf6b 100644
--- a/cdpw_tp1_SERRE_PRUNIER.md
+++ b/cdpw_tp1_SERRE_PRUNIER.md
@@ -502,7 +502,32 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
 
 ##### 4. Remote
 0. Afficher l'historique de votre repo
+    ```git
+    clserre1@A210PC12:/h/Documents/cdpw $ git log master/SERRE_PRUNIER --oneline
+    313b711 (master/SERRE_PRUNIER) Q3.3
+    4050489 Q3.1.II - merge error
+    910e2ac Q3.1.II
+    e2b7cbf Q3.1.II
+    87d1e67 Q3.1.II
+    40028cb Q2.13
+    665723e Q2.12
+    51905a3 Q2.5
+    a4e6b94 Q2.2
+    bd03bc0 Q2.1
+    ef6b3f6 Q1.14
+    9573e3c Q1.12
+    3bd908e Q1.9
+    b28292b Q1.8
+    dd449ba Q1.6
+    7b7f60f Q1.2
+    ```
 0. Ajouter le projet "2017-F2-Forge" comme repository distant `*`
+    ```git
+    clserre1@A210PC12:/h/Documents/cdpw $ git remote add origin https://gitlab.isima.fr/mazenovi/2017-F2-Forge.git
+    clserre1@A210PC12:/h/Documents/cdpw $ git commit -am"4.1"
+    [SERRE_PRUNIER 247182a] 4.1
+     1 file changed, 22 insertions(+)
+    ```
 0. Lister les branches distantes
 0. Pousser votre branche de votre repo local sur le repos distant `*`
 0. En consultant votre branche sous gitlab, vous devriez constaté que la date de modification du fichier start est plus acienne que celle de votre compte rendu, porquoi alors que le push de toute votre branche est faite en une seule fois ?