gitCreateRepo
Create a new Git repository for an ABAP package by providing the package name, repository URL, and optional branch, transport, or credentials.
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. | |
| packageName | Yes | The name of the package. |