create_branch
Create a git branch with an isolated worktree for safe feature development without affecting the main codebase.
Instructions
Create a git branch with an isolated worktree
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository directory name under the workspace root | |
| branch_name | Yes | Name of the git branch to create |