switchRepoBranch
Switch the active branch of a Git repository in SAP ABAP development. Specify the repository and target branch to manage source code versions during development.
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. |