Quickstart
Create your first stacked PR in minutes.
In just a few steps, you’ll create two stacked pull requests using mg
and see them on mrge.io (or GitHub).
Quick installation (macOS)
If you’re not on macOS or need detailed instructions, see the full installation guide.
1) Initialize & set up
This tells mg which branch is your trunk (main
or master
).
Authentication: If you’re not already logged in, mg may prompt you for a
GitHub personal access token or use the GitHub CLI (gh
) for OAuth.
2) Build your first stack
Check out trunk
Make sure you’re on the trunk branch.
Create the first branch
You should see:
Write code & commit
(Or use normal Git commands—unrecognized subcommands pass through to Git.)
Add a second branch
Now:
Push your stack to remote
By default, mg opens a text editor to let you tweak each PR’s title/description.
mg push --all
pushes every branch at once.
If you push a child branch before its parent, mg may fail (the parent PR doesn’t exist on remote yet).
Check your PRs
Now each branch has an associated PR on mrge.io or GitHub. Open the UI to see them stacked. You’ve created a basic stacked workflow for your features!
What’s next?
-
Create a single Pull Request for a simpler, one-branch flow.
-
Keep Your Stack Updated if you need to handle merges or rebase conflicts.
-
Merge Your Stack in the Mrge UI once your PRs are approved.
Was this page helpful?