bootstrap_repo
Create a new Gitopia repository with local initialization, adding README and .gitignore files, and pushing the first commit to start a project.
Instructions
Use this when you need to create a brand new project from scratch (remote + local + initial commit). Creates a Gitopia repository, initializes it locally, adds initial files (README, .gitignore), and pushes the first commit. Requires 'owner_id' and 'name'. Optional: 'local_path' (defaults to repo name), 'description', 'create_readme' (default true), 'create_gitignore', 'gitignore_template' (go, python, node, rust, java, .net, generic), 'initial_branch' (default 'main'). See also: create_repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner_id | Yes | ||
| name | Yes | ||
| local_path | No | ||
| description | No | ||
| create_readme | Yes | ||
| create_gitignore | Yes | ||
| initial_branch | No | ||
| gitignore_template | No |