Back to Beads

bd branch

website/versioned_docs/version-1.0.0/cli-reference/branch.md

1.0.4433 B
Original Source
<!-- AUTO-GENERATED: do not edit manually -->

Generated from bd help --doc branch

bd 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]