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 5bdf88d8ef5669a6b84a4f537fdb9f19db7fceda..c4a34b5192285a5c9247926b158b853cc23563b5 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 @@ -1,7 +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. +# 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. - Go to **File > Add Folder to Workspace**<br> <img height="230px" src="slides/img/add-root-folder.png"> 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 694a6331184843be072a584dff3635a412c362d9..1a93a4ffa8bd2b5d4f700561c0629bc6529da01f 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 @@ -8,5 +8,14 @@ In git words: you need you *clone your fork*: <img height="230px" src="slides/img/clone.png"> - 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="100px" src="slides/img/clone-SSH.png"> + + + +# Download your copy to your laptop - clone + +- You will be asked for the URL of the remote repository (you have it in your clipboard now)<br> +<img height="100px" src="slides/img/clone-SSH.png"><br> +- and the place where to put files on your computer.<br> +<img height="400px" src="slides/img/clone-folder.png"> +- To simplify your life you can click "Add to workplace" on next step<br> +<img height="100px" src="slides/img/add-to-workspace.png"> diff --git a/2022/2022-06-07_git-triology-part-2/slides/img/add-to-workspace.png b/2022/2022-06-07_git-triology-part-2/slides/img/add-to-workspace.png new file mode 100644 index 0000000000000000000000000000000000000000..a6769724bb4175798a4e1e4542f8c99d2d195133 Binary files /dev/null and b/2022/2022-06-07_git-triology-part-2/slides/img/add-to-workspace.png differ diff --git a/2022/2022-06-07_git-triology-part-2/slides/img/clone-folder.png b/2022/2022-06-07_git-triology-part-2/slides/img/clone-folder.png new file mode 100644 index 0000000000000000000000000000000000000000..64add3c594866e6972997bc509a5c3825d0ccdf2 Binary files /dev/null and b/2022/2022-06-07_git-triology-part-2/slides/img/clone-folder.png differ