Reference
mg next
Jump to the next branch in the stack
mg next
Name
mg next
— Switch to the “next” child branch in your current stack.
Synopsis
Description
- If you’re on
feature_1
, and the next branch isfeature_2
, it checks outfeature_2
. - If there is no next branch, it indicates you’re at the top of your stack.
Examples
- “Next” is determined by the stacked order in
mg list
. - If your branch structure is non-linear or has multiple children, mg prompts you to choose which “next” to move to.
Was this page helpful?