branch_create
Create a new Git branch with options for force creation, upstream tracking, and repository path specification to manage version control efficiently.
Instructions
Create a new branch
Input Schema
Name | Required | Description | Default |
---|---|---|---|
force | No | Force create branch even if it exists | |
name | Yes | Branch name | |
path | No | Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo) | |
setUpstream | No | Set upstream for push/pull | |
track | No | Set up tracking mode |