Command
gh repo create my-repoExplanation
Create, clone, and manage GitHub repositories directly from the command line.
Examples
Create new repository
gh repo create my-repoClone repository
gh repo clone username/repoView current repository
gh repo view