gitExternalRepoInfo
Fetch details about an external Git repository by providing its URL. Optionally include credentials for private repositories.
Instructions
Retrieves information about an external Git repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | The username. | |
| repourl | Yes | The URL of the repository. | |
| password | No | The password. |