gitCreateRepo
Create a new Git repository within an SAP ABAP system by specifying the package name and repository URL.
Instructions
Creates a new Git repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | The username. | |
| branch | No | The branch name. | |
| repourl | Yes | The URL of the repository. | |
| password | No | The password. | |
| transport | No | The transport. | |
| connection | No | Optional: SAP connection name to use for THIS call only (overrides the active connection; see listConnections). Immune to server restarts and concurrent switches. | |
| packageName | Yes | The name of the package. |