gitListBranches
List local git branches with the current branch marked. Optionally include remote-tracking branches.
Instructions
List git branches. Returns local branches with the current branch marked. Pass includeRemote: true for remote-tracking branches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeRemote | No | Include remote-tracking branches (e.g. origin/main). Default: false. |