remoteRepoInfo
Fetch remote Git repository details such as branches and tags for ABAP development. Requires repository URL and optional authentication.
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. |