remoteRepoInfo
Inspect a remote abapGit repository by retrieving its branches and head commits using the provided credentials.
Instructions
What a remote abapGit repository holds: its branches and their heads, read with the credentials passed in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | The Git repository. | |
| user | No | The username. | |
| password | No | The password. |