Reference
mg push
Push local changes and open a PR on GitHub
Name
mg push
— Push your branch to remote and (optionally) open or update a pull request.
Synopsis
Description
- By default, pushes only the current branch.
- If no PR exists, it creates one; if a PR does exist, it updates it.
--all
attempts to push the entire stack from the root branch up.
Options / Flags
--all
: Push every branch from the bottom of the stack to the top.--draft
: Create or update the PR as a draft.--title <title>
: Manually set the PR title.--body <body>
: Manually set the PR description.
Examples
- If you have multiple branches that haven’t been pushed yet, you may need
--all
. - You can still edit PR titles and descriptions on GitHub after pushing.
Was this page helpful?