gitPullRepo
Pull an abapGit repository into its package, overwriting existing objects with repository content. Requires a transport request outside $TMP for changes.
Instructions
Pull an abapGit repository into its package. This WRITES every object the repository carries, overwriting what is there, and needs a transport outside $TMP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | The username. | |
| branch | No | The branch name. | |
| repoId | Yes | The ID of the repository. | |
| password | No | The password. | |
| transport | No | The transport. |