From 03482d9412b49a7e106693d80ddbf8bbc018de02 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Mon, 6 Jun 2022 15:37:13 +0200
Subject: [PATCH] revise adding to ws

---
 .../slides/add-to-workspace.md                     | 14 ++++++++------
 2022/2022-06-07_git-trilogy-part-2/slides/clone.md |  2 +-
 .../slides/img/bulb.png                            |  1 +
 3 files changed, 10 insertions(+), 7 deletions(-)
 create mode 120000 2022/2022-06-07_git-trilogy-part-2/slides/img/bulb.png

diff --git a/2022/2022-06-07_git-trilogy-part-2/slides/add-to-workspace.md b/2022/2022-06-07_git-trilogy-part-2/slides/add-to-workspace.md
index c4a34b51..de090863 100644
--- a/2022/2022-06-07_git-trilogy-part-2/slides/add-to-workspace.md
+++ b/2022/2022-06-07_git-trilogy-part-2/slides/add-to-workspace.md
@@ -1,7 +1,9 @@
-# Add repository to VS Code workspace (separately from cloning)
-If you alredy have a copy of repository on your laptop (cloned using terminal) you can work on it and want to setup VS Code to simplify interaction with Git.
+# Add repository to workspace (separately from cloning)
 
-- Go to **File > Add Folder to Workspace**<br>
-<img height="230px" src="slides/img/add-root-folder.png">
-- Your project is in your Workspace now<br>
-<img height="370px" src="slides/img/hero.png">
\ No newline at end of file
+![bulb](slides/img/bulb.png)  If you already have a copy of repository on your laptop, you can add it to VS code by following:
+
+- Go to **File > Add Folder to Workspace**
+
+<center>
+<img width="30%" src="slides/img/add-root-folder.png">
+</center>
\ No newline at end of file
diff --git a/2022/2022-06-07_git-trilogy-part-2/slides/clone.md b/2022/2022-06-07_git-trilogy-part-2/slides/clone.md
index 9ecf833a..87a7a608 100644
--- a/2022/2022-06-07_git-trilogy-part-2/slides/clone.md
+++ b/2022/2022-06-07_git-trilogy-part-2/slides/clone.md
@@ -20,6 +20,6 @@ In git jargon: you need you *clone your fork*:
 - and the place where to put files on your computer.
 
   <img height="400px" src="slides/img/clone-folder.png">
-- To simplify your life you can click "Add to workplace" on next step
+- To start working, you can now click on "Add to workspace"
 
   <img height="100px" src="slides/img/add-to-workspace.png">
diff --git a/2022/2022-06-07_git-trilogy-part-2/slides/img/bulb.png b/2022/2022-06-07_git-trilogy-part-2/slides/img/bulb.png
new file mode 120000
index 00000000..67b432e5
--- /dev/null
+++ b/2022/2022-06-07_git-trilogy-part-2/slides/img/bulb.png
@@ -0,0 +1 @@
+../../../../2021/2021-03-18_basicGitTraining/slides/img/bulb.png
\ No newline at end of file
-- 
GitLab