git_clone
Clone Git repositories into specified directories using the AI FileSystem MCP server. Supports branch selection, shallow clones, and bare repository creation for efficient version control operations.
Instructions
Clone a repository into a new directory
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Repository URL | |
| directory | No | Destination directory (optional) | |
| branch | No | Branch to clone (optional) | |
| depth | No | Create a shallow clone with history truncated to specified number of commits | |
| bare | No | Create a bare repository |