From 3061880d7b71105c9357e3d453f7e1eecd53eccb Mon Sep 17 00:00:00 2001
From: Mark HOEBEKE <mark.hoebeke@sb-roscoff.fr>
Date: Fri, 1 Dec 2023 11:56:49 +0100
Subject: [PATCH] Added warning before generating SSH key files.

---
 02-gitlab-clone/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/02-gitlab-clone/README.md b/02-gitlab-clone/README.md
index f879582..d334965 100644
--- a/02-gitlab-clone/README.md
+++ b/02-gitlab-clone/README.md
@@ -37,7 +37,7 @@ The command may ask you for your GitLab username and your password.
 
 ## Cloning using SSH
 
-Using SSH to interact with the repository required you to copy an SSH key file to GitLab. If you have no such key, you will have to generate it.
+Using SSH to interact with the repository required you to copy an SSH key file to GitLab. If you have no such key, **and only if you do not already have one** (otherwise existing files could be replaced, which is not what you want), you will have to generate it.
 
 The command to generate a key looks like:
 ```
-- 
GitLab