stageRepo
Stages all uncommitted changes in a Git repository to prepare for a commit. Requires a repository object as input.
Instructions
Stages changes in a Git repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | The Git repository object. | |
| user | No | The username. | |
| password | No | The password. | |
| connection | No | Optional: SAP connection name to use for THIS call only (overrides the active connection; see listConnections). Immune to server restarts and concurrent switches. |