From 8a18ba814b1139ee51f5643a56b0317c484c74f8 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Wed, 23 Jan 2019 13:33:23 +0100
Subject: [PATCH] changes to the cloning slides

---
 cloneRepo.md | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/cloneRepo.md b/cloneRepo.md
index 1f5d9972..7f386066 100644
--- a/cloneRepo.md
+++ b/cloneRepo.md
@@ -18,20 +18,31 @@ $ git clone https://github.com/userName/myRepo.git myRepo
 You will be prompted to enter your credentials.
 
 
-## Clone the practice repository
+## Time to practice!
 
 (Live Demo)
 
 <br>
 
-Clone the training repository! <br><br>
+Clone the practice repository: <br><br>
 https://git-r3lab.uni.lu/R3.training/git.practice
 
+<div class="fragment">
+<br>
+```bash
+$ git clone ssh://git@git-r3lab-server.uni.lu:8022/R3.training/
+  git.practice.git practice
+```
+
 <div class="fragment">
 <br><br>
+<font color="red">
 Any other rudimentary method such as
 
-*'I simply download the `.zip` un unzip it - works like a charm!'*
+*'I simply download the `.zip` and unzip it - works like a charm!'*
 
 shall **be avoided**!
+</font>
 
+<div class="fragment">
+<br>Why?
\ No newline at end of file
-- 
GitLab