switchRepoBranch
Switch the active branch of a Git repository to manage different code versions and development workflows in ABAP systems.
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. |