dolt-branch
Verified for current stable LTS
Dolt Branch Command: List All Branches Local And Remote
Use for list all branches local and remote with Dolt Branch. Exact CLI syntax to list all branches local and remote using Dolt Branch.
When to use this: Use for list all branches local and remote with Dolt Branch.
Command Syntax
dolt branch -A dolt branch -A Command Breakdown
-A- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list all branches local and remote using Dolt Branch.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Dolt Branch Command: Create New Branch From Commit
dolt branch <branch_name> <commit> Dolt Branch Command: Create New Branch From Current dolt branch <branch_name> Dolt Branch Command: Create New Branch With Specific Commit dolt branch <branch_name> <commit> Dolt Branch Command: Delete Branch dolt branch -d <branch_name> Dolt Branch Command: Display Current Branch Name dolt branch --show-current