> ## Documentation Index
> Fetch the complete documentation index at: https://beads.gascity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# bd branch

> List or create branches

Generated from `bd help --doc branch`.

List all branches or create a new branch.

This command requires the Dolt storage backend. Without arguments,
it lists all branches. With an argument, it creates a new branch.

Examples:
bd branch                    # List all branches
bd branch feature-xyz        # Create a new branch named feature-xyz

```
bd branch [name] [flags]
```
