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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..a4dfa496c505a1f34944580455b8f099d833ce37 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 d407ff3064ef5d65e1229a5d042a3f3c4936845f..202de2043df192b1e81615c3e0ecd402e533776b 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">