diff --git a/2022/2022-05-17_presentationTest/slides/add-to-workspace.md b/2022/2022-05-17_presentationTest/slides/add-to-workspace.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/2022/2022-05-17_presentationTest/slides/clone.md b/2022/2022-05-17_presentationTest/slides/clone.md new file mode 100644 index 0000000000000000000000000000000000000000..d407ff3064ef5d65e1229a5d042a3f3c4936845f --- /dev/null +++ b/2022/2022-05-17_presentationTest/slides/clone.md @@ -0,0 +1,11 @@ +# Download your copy to your laptop - clone + +Now you have your copy of the repository on server. YOu need to download it to your laptop. +In git words: you need you *clone your fork*: +- go to your projects (top left corner with LCSB logo) +- find **basic-practice-pages** project under your name and where you are the owner +- press *Clone* and then *Clone with SSH*. Part of the command will be in your clipboard now.<br> +<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 diff --git a/2022/2022-05-17_presentationTest/slides/fork.md b/2022/2022-05-17_presentationTest/slides/fork.md new file mode 100644 index 0000000000000000000000000000000000000000..1ea2d0236b27cfbcdc825f25c9504e8fe2db3b0a --- /dev/null +++ b/2022/2022-05-17_presentationTest/slides/fork.md @@ -0,0 +1,10 @@ +# Create your copy on server - fork + +As you already know it is not nice to work on original repository. + +You need to create a copy of the repository for yourself. + +In git words: you need to *fork* repository. +<br><br> +Go to [https://gitlab.lcsb.uni.lu/R3/school/git/basic-practice-pages](https://gitlab.lcsb.uni.lu/R3/school/git/basic-practice-pages) and fork (make it private and select your namespace) <br> +<img height="230px" src="slides/img/fork.png"> diff --git a/2022/2022-05-17_presentationTest/slides/img/clone-term.png b/2022/2022-05-17_presentationTest/slides/img/clone-term.png new file mode 100644 index 0000000000000000000000000000000000000000..6a64a78f1143dbcd3c72bea133ba178f0f9b1140 Binary files /dev/null and b/2022/2022-05-17_presentationTest/slides/img/clone-term.png differ diff --git a/2022/2022-05-17_presentationTest/slides/img/clone.png b/2022/2022-05-17_presentationTest/slides/img/clone.png new file mode 100644 index 0000000000000000000000000000000000000000..ba044e45df927f23db7313d5edd9a3cde764c7ca Binary files /dev/null and b/2022/2022-05-17_presentationTest/slides/img/clone.png differ diff --git a/2022/2022-05-17_presentationTest/slides/img/fork.png b/2022/2022-05-17_presentationTest/slides/img/fork.png new file mode 100644 index 0000000000000000000000000000000000000000..c1357cc283ced74bc7cbc6c6b4ef0524e33110b5 Binary files /dev/null and b/2022/2022-05-17_presentationTest/slides/img/fork.png differ diff --git a/2022/2022-05-17_presentationTest/slides/list.json b/2022/2022-05-17_presentationTest/slides/list.json index 7c328822da6fecf4e8aedf8c80f66cbb277d8777..98ceaed55174642177feae08b873d905df008e8d 100644 --- a/2022/2022-05-17_presentationTest/slides/list.json +++ b/2022/2022-05-17_presentationTest/slides/list.json @@ -1,6 +1,10 @@ [ { "filename": "index.md" }, { "filename": "overview.md" }, + { "filename": "why.md" }, + { "filename": "fork.md" }, + { "filename": "clone.md" }, + { "filename": "ssh.md" }, { "filename": "test.md" }, { "filename": "thanks.md" } ] diff --git a/2022/2022-05-17_presentationTest/slides/ssh.md b/2022/2022-05-17_presentationTest/slides/ssh.md new file mode 100644 index 0000000000000000000000000000000000000000..7d422b2d73939e9832faad1713b0b64632e633cb --- /dev/null +++ b/2022/2022-05-17_presentationTest/slides/ssh.md @@ -0,0 +1 @@ +SSH key \ No newline at end of file diff --git a/2022/2022-05-17_presentationTest/slides/why.md b/2022/2022-05-17_presentationTest/slides/why.md new file mode 100644 index 0000000000000000000000000000000000000000..1b1dff2141b215af2a238403c9c1f26dd29fb9f9 --- /dev/null +++ b/2022/2022-05-17_presentationTest/slides/why.md @@ -0,0 +1,17 @@ +# Why we are here today + +You already know how to work with repository online via Web IDE (Trylogyof git -Part I). + +Now imagine you have 11 hours flight starts at 8 am. You won't be sleeping and cannot work as there will be no Internet. + +What to do? + +Prepare your laptop to work offline. + +In this course we will learn how to contribute to a common project working on you laptop via Visual Studio Code (VS Code).<br><br> + +We chose VS Code because + +- sdkjhg +- sef +- sd