Repository Management

Manage repositories

github
repo
create

Command

gh repo create my-repo

Explanation

Create, clone, and manage GitHub repositories directly from the command line.

Examples

Create new repository

gh repo create my-repo

Clone repository

gh repo clone username/repo

View current repository

gh repo view