Reference
mg list
Visualize and enumerate the entire stack
Name
mg list
— List all branches in a tree-like hierarchy, reflecting parent-child relationships.
Synopsis
Description
- Lists a concise tree of all branches managed by mrge, starting from the trunk branch.
- Useful for large projects with multiple layers of stacked branches.
Options / Flags
--all
: Include orphaned or merged branches in the tree.
Examples
- If a branch is not recognized by mrge, it won’t appear unless adopted (see mg adopt). - The tree reflects local config; ensure you’ve synced with remote to see up-to-date info.
Was this page helpful?