checkRepo
Check an abapGit repository before pulling to see what would change and identify any local conflicts that could block the pull.
Instructions
Check an abapGit repository before pulling: what would change, and whether anything local stands in the way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | The Git repository. | |
| user | No | The username. | |
| password | No | The password. |