dolt-branch
Verified for current stable LTS
Dolt Branch Commands
Dolt Branch command syntax with verified terminal examples.
Commands
8 commands for Dolt Branch
dolt-branch Operations
Dolt Branch Command: Create New Branch From Commit
dolt branch <branch_name> <commit> dolt-branch Operations
Dolt Branch Command: Create New Branch From Current
dolt branch <branch_name> dolt-branch Operations
Dolt Branch Command: Delete Branch
dolt branch -d <branch_name> dolt-branch Operations
Dolt Branch Command: Duplicate Branch
dolt branch -c <branch_name1> <branch_name2> dolt-branch Operations
Dolt Branch Command: List All Branches
dolt branch -A dolt-branch Operations
Dolt Branch Command: List Local Branches
dolt branch dolt-branch Operations
Dolt Branch Command: Rename Branch
dolt branch -m <branch_name1> <branch_name2> dolt-branch Operations
Dolt Branch Command: Show Current Branch
dolt branch --show-current Suggest a Dolt Branch Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Dolt Branch workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.