< Cli < ref
mw gitlab mr merge
Merge/Accept merge requests
mw gitlab mr merge {<id> | <branch>} [flags]
Examples
glab mr merge 235 glab mr accept 235 glab mr merge # Finds open merge request from current branch
Options
-m, --message string Custom merge commit message -r, --rebase Rebase the commits onto the base branch -d, --remove-source-branch Remove source branch on merge --sha string Merge Commit sha -s, --squash Squash commits on merge --squash-message string Custom Squash commit message --when-pipeline-succeeds Merge only when pipeline succeeds (default true) -y, --yes Skip submission confirmation prompt
Options inherited from parent commands
--help Help for this command --no-interaction Do not ask any interactive questions -R, --repo OWNER/REPO Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL -v, --verbose count Increase output verbosity. Example: --verbose=2 or -vv
SEE ALSO
- mw gitlab mr - Create, view and manage merge requests
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.