switchRepoBranch
Switch the active branch of a Git repository in ABAP development environments. Specify repository and branch name to manage version control during development workflows.
Instructions
Switches the branch of a Git repository.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | The Git repository. | |
| branch | Yes | The branch name. | |
| create | No | Whether to create the branch if it doesn't exist. | |
| user | No | The username. | |
| password | No | The password. |