gitCreateRepo
Creates a new Git repository for an SAP ABAP package, linking a package name and repository URL with optional branch, credentials, and transport.
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. |