CommandDescription
mg branch <branch_name>Create a new branch on top of the one you’re on
mg listView your entire stack/tree of branches
mg checkout <branch>Switch to a different branch
mg pushPush the current branch (PR) to remote
mg push --allPush the entire stack to remote
mg syncSync with remote (rebases and re-stacks if main changed)
mg next / mg prevMove up or down in the stack

Anything mg doesn’t recognize is passed to Git, so your usual workflow remains intact.

For a complete list of commands and detailed usage, check out the full Command Cheatsheet.

Was this page helpful?