Progress:
0/12

Navigation

Create and Clone Repo

Create your first repository and clone it locally

Guide Progress: 0 of 0 steps completed

Platform Note

Creating a repository on GitHub is done in your browser, and cloning with GitHub Desktop is done through the app.
These steps are identical for Windows, macOS, and Linux users.

1

Go to your GitHub dashboard and click 'New'

GitHub Link

Open your browser, sign in to your GitHub account, and from the dashboard click New (or Create repository if it’s your first time).

Click create repository

Step 1
2

Name your repository

Enter a short and meaningful name for your repository.

Enter repository name

Step 2
3

Fill in required information and click 'Create repository'

Choose visibility (public/private), add a description, and click Create repository.

Repository information form

Step 3
4

View your new repository page

Once created, you’ll see the repository page.

Completed repository page

Step 4
5

Open GitHub Desktop and select your repository

Launch GitHub Desktop and choose your repository.

Select repository in GitHub Desktop

Step 5
6

Click 'Clone a repository from the internet'

Click Clone a repository from the internet.

Clone from the internet option

Step 6
7

Choose your repository

From the list, select the repository you just created.

Select repository from list

Step 7
8

Click 'Clone'

Click Clone to bring the repository onto your computer.

Click Clone

Step 8
9

Confirm successful clone

You’ll see the repository page inside GitHub Desktop after a successful clone.

Repository page after clone

Step 9
10

Open in Visual Studio Code

Click Open in Visual Studio Code to start working in VS Code.

Open in VS Code option

Step 10
11

Trust the project folder

Check the box and select Yes, I trust the authors.

Trust folder dialog

Step 11
12

See your project in VS Code

Your repository will now be opened in VS Code.

Project opened in VS Code

Step 12