# 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*. URL will be in your clipboard now.<br>
<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">



# 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">