git_import_repo
Import a GitHub repository by cloning it and optionally configuring a backup remote for redundancy.
Instructions
Clone an existing GitHub repository and configure backup remote. Saves ~470 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Local path to clone to (optional) | |
| repo | Yes | Repository in format 'owner/repo' | |
| withBackup | No | Create/configure backup remote (default: true) |