git-clone
Clone a repository from a URL into a specified directory, enabling local version control access.
Instructions
Clones a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Repository URL to clone | |
| targetDir | No | Target directory name for the cloned repository | |
| directory | No | The directory to run the command in (defaults to current working directory) |