create_repo
Create a new repository with optional description, private visibility, auto-initialization, and custom default branch.
Instructions
Create a new repository for the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new repository | |
| description | No | ||
| private | No | Whether the repository is private | |
| auto_init | No | Initialize the repository with a README | |
| default_branch | No | Branch name |