git-branch
List all branches in a Git repository or create a new branch by specifying its name.
Instructions
Lists all branches or creates a new branch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branchName | No | Name of the branch to create (leave empty to list branches) | |
| directory | No | The directory to run the command in (defaults to current working directory) |