From 2bb6aa4f8114a6bdc7a726d5f80fab7403e8161c Mon Sep 17 00:00:00 2001 From: Marina Popleteeva <marina.popleteeva@uni.lu> Date: Mon, 23 May 2022 16:07:39 +0200 Subject: [PATCH] Clone add-to-workspace --- 2022/2022-05-17_presentationTest/slides/add-to-workspace.md | 5 +++++ 2022/2022-05-17_presentationTest/slides/clone.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/2022/2022-05-17_presentationTest/slides/add-to-workspace.md b/2022/2022-05-17_presentationTest/slides/add-to-workspace.md index e69de29b..a4dfa496 100644 --- a/2022/2022-05-17_presentationTest/slides/add-to-workspace.md +++ b/2022/2022-05-17_presentationTest/slides/add-to-workspace.md @@ -0,0 +1,5 @@ +# Add repository to VS Code workspace +You have a copy of repository on your laptop. + +You can work on it now and use terminal to interact with Git or setup VS Code to simplify this interaction. + diff --git a/2022/2022-05-17_presentationTest/slides/clone.md b/2022/2022-05-17_presentationTest/slides/clone.md index d407ff30..202de204 100644 --- a/2022/2022-05-17_presentationTest/slides/clone.md +++ b/2022/2022-05-17_presentationTest/slides/clone.md @@ -8,4 +8,4 @@ In git words: you need you *clone your fork*: <img height="230px" src="slides/img/clone.png"> - open terminal and navigate to your desired folder (use 'cd ..' and 'cd/') - type ```git clone ssh-from-clipboad```<br> -<img height="230px" src="slides/img/clone-term.png"> \ No newline at end of file +<img height="230px" src="slides/img/clone-term.png"> -- GitLab