gitCreateRepo
Link an ABAP package to an abapGit repository and pull its objects into the package, importing them into the target.
Instructions
Link a package to an abapGit repository and pull it. This WRITES the objects of that repository into the package - the largest write in this server.
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. |