clone_repository
Clone a Bitbucket repository using SSH or HTTPS, with optional branch and target directory specification.
Instructions
Clone a repository using SSH (default) or HTTPS
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Specific branch to clone | |
| protocol | No | Clone protocol | ssh |
| directory | No | Local directory to clone into | |
| repository | Yes | Repository slug (e.g. "my-repo") |