gh-repo-create
Verified for current stable LTS
Gh Repo Create Command: Create Public Repo With Name And Description
Use for create public repo with name and description with Gh Repo Create. Exact CLI syntax to create public repo with name and description using Gh Repo Create.
When to use this: Use for create public repo with name and description with Gh Repo Create.
Command Syntax
gh repo new <repo_name> -d "<repo_description>" --public gh repo new <repo_name> -d "<repo_description>" --public Command Breakdown
-d- Command Option
- Tool-specific option used by this command invocation.
--public- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create public repo with name and description using Gh Repo Create.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Gh Repo Create Command: Create Repo Interactively
gh repo new Gh Repo Create Command: Create Private Repo gh repo new -s . --private Gh Repo Create Command: Create Public Repo gh repo new -s . --public Gh Repo Create Command: Create And Clone Repo gh repo new <repo_name> -c --public Tar Command: Create A Gzipped Archive From A Directory Using Relative Paths tar czf <path/to/target.tar.gz> -C <path/to/directory> .