diff --git a/2022/2022-06-07_git-triology-part-2/slides/add-to-workspace.md b/2022/2022-06-07_git-triology-part-2/slides/add-to-workspace.md index 1785a8e618151a0bc1b82edb8f484dc16543569a..5bdf88d8ef5669a6b84a4f537fdb9f19db7fceda 100644 --- a/2022/2022-06-07_git-triology-part-2/slides/add-to-workspace.md +++ b/2022/2022-06-07_git-triology-part-2/slides/add-to-workspace.md @@ -5,5 +5,5 @@ You can work on it now and use terminal to interact with Git or setup VS Code to - Go to **File > Add Folder to Workspace**<br> <img height="230px" src="slides/img/add-root-folder.png"> -- Add your project folder<br> -<img height="230px" src="slides/img/addProject.png"> \ No newline at end of file +- Your project is in your Workspace now<br> +<img height="370px" src="slides/img/hero.png"> \ No newline at end of file diff --git a/2022/2022-06-07_git-triology-part-2/slides/clone.md b/2022/2022-06-07_git-triology-part-2/slides/clone.md index 98f220e119d331fb30e392d2c12e697f29df9164..694a6331184843be072a584dff3635a412c362d9 100644 --- a/2022/2022-06-07_git-triology-part-2/slides/clone.md +++ b/2022/2022-06-07_git-triology-part-2/slides/clone.md @@ -9,4 +9,4 @@ In git words: you need you *clone your fork*: - Open VS Code. If you haven't opened a folder yet, the VS Code view will show you a buttor to Clone Repository. Otherwise, go to View > Command Pallete and type "clone":<br> <img height="230px" src="slides/img/firstrun-source-control.png"> - You will be asked for the URL of the remote repository (you have it in your clipboard now) and the place where to put files on your computer. -<img height="230px" src="slides/img/clone-SSH.png"> +<img height="100px" src="slides/img/clone-SSH.png"> diff --git a/2022/2022-06-07_git-triology-part-2/slides/img/hero.png b/2022/2022-06-07_git-triology-part-2/slides/img/hero.png index 287215bbe3511ee4f73575ed44c290e510a03904..0eaed961217ea1b9a3ecab527fe0bbbfc7c0c18c 100644 Binary files a/2022/2022-06-07_git-triology-part-2/slides/img/hero.png and b/2022/2022-06-07_git-triology-part-2/slides/img/hero.png differ