switchRepoBranch
Switches the branch of a Git repository, optionally creating the branch if it doesn't exist.
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. |