gitPullRepo
Pull changes from a Git repository into ABAP systems to synchronize development work and manage code updates.
Instructions
Pulls changes from a Git repository.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoId | Yes | The ID of the repository. | |
| branch | No | The branch name. | |
| transport | No | The transport. | |
| user | No | The username. | |
| password | No | The password. |