pushRepo
Push staged changes of an abapGit repository to the configured git remote using supplied credentials.
Instructions
Push staged changes of an abapGit repository to the remote. Outward-facing: it writes to the git remote under the credentials configured there.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | The Git repository object. | |
| user | No | The username. | |
| staging | Yes | The staging information object. | |
| password | No | The password. |