Skip to content
Snippets Groups Projects
Commit 48a34f23 authored by Marina Popleteeva's avatar Marina Popleteeva
Browse files

Update clone and add-to-workspace slides

parent bd13e3f0
No related branches found
No related tags found
No related merge requests found
# 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">
......
......@@ -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">
2022/2022-06-07_git-triology-part-2/slides/img/add-to-workspace.png

40.2 KiB

2022/2022-06-07_git-triology-part-2/slides/img/clone-folder.png

201 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment