Git
This guide assumed that you have followed the template repository approach and are using VS Code as your editor.
Pre-requisites
Download and install Git
tip
Refer to guidance from the DesignCheck2 repository on installation configuration
Cloning repository onto your computer
Find the url of the repository you wish to download in GitHub.
- Navigate to a folder where you keep your code reposiotories
- Open up a new command line and run the command
git clone <url_you_found>