Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Reference the new GitHub panel blank state #573

Merged
merged 1 commit into from
Dec 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions content/using-atom/sections/github-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,13 @@ In case a project doesn't have a Git repository yet, you can create one from the

#### Clone repositories

To clone a repository, run the `GitHub: Clone` command. In the dialog paste a URL of a repository and click "Clone". A new project will get added to the Tree View.
To clone a repository, open the GitHub panel while you have no project folders open in Atom and click "Clone an existing GitHub repository". In the dialog, paste the URL of a repository and click "Clone". The new project will be added to the Tree View.

![Clone repositories](../../images/github-clone.png "Clone repositories")
![GitHub panel](../../images/github-without-projects.png "GitHub panel without projects")

![Clone dialog](../../images/github-clone.png "Clone repositories")

Alternately, run the `GitHub: Clone` command to open the Clone dialog any time.

#### Branch

Expand Down