create_branch
Create a new branch in a Git repository to isolate code changes. Specify repository, branch name, and source reference for development work.
Instructions
Create a new branch in the repository. Use this before making code changes to work on a separate branch.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (GitLab: "group/project" or ID, GitHub: "owner/repo") | |
| name | Yes | Name for the new branch | |
| ref | Yes | Source branch/commit/tag to create from |