switchRepoBranch
Switch the active branch of a Git repository to a specified branch, optionally creating it if missing.
Instructions
Switches the branch of a Git repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | The Git repository. | |
| user | No | The username. | |
| branch | Yes | The branch name. | |
| create | No | Whether to create the branch if it doesn't exist. | |
| 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. |