git_clone
Clone a Git repository into a new directory, with options for shallow, bare, or branch-specific cloning.
Instructions
Clone a repository into a new directory
Input 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 |