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