gitCreateRepo
Create a new Git repository for ABAP packages by specifying package name and repository URL, enabling version control integration in ABAP development workflows.
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. |