remoteRepoInfo
Retrieve details from a remote Git repository, with optional credentials for authenticated access.
Instructions
Retrieves information about a remote Git repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | The Git repository. | |
| user | No | The username. | |
| password | No | The password. |