gitExternalRepoInfo
Retrieves information about an external Git repository using its URL. Optionally authenticate with username and password.
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. |