gitCreateRepo
Create a new Git repository in SAP ABAP systems to manage source code and development objects. Specify package name and repository URL to initialize version control.
Instructions
Creates a new Git repository.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | The name of the package. | |
| repourl | Yes | The URL of the repository. | |
| branch | No | The branch name. | |
| transport | No | The transport. | |
| user | No | The username. | |
| password | No | The password. |