How to use GitHub Desktop

Starting with Download a project from GitHub

How to clone a project to local environment?

Step by step:

  1. Find your project

  2. Click "code"-> Open withGitHub Desktop

  1. "Clone a Repository"-> choose your local path to store it-> "Clone"

How to open the project you've downloaded from GitHub?

Click the button " Open in Visual Studio Code"

How to remove a project using GitHub Desktop?

Open GitHub Desktop, click " Respository" -> "Remove"

Last updated