Cli/ref/mw gitlab mr merge
Appearance
mw gitlab mr merge
[edit]Merge/Accept merge requests
mw gitlab mr merge {<id> | <branch>} [flags]
Examples
[edit]glab mr merge 235 glab mr accept 235 glab mr merge # Finds open merge request from current branch
Options
[edit]--auto-merge Set auto-merge (default true) -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 -y, --yes Skip submission confirmation prompt
Options inherited from parent commands
[edit]--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
[edit]- mw gitlab mr - Create, view and manage merge requests