Cli/ref/mw gitlab mr rebase

< Cli‎ | ref

mw gitlab mr rebase edit

Automatically rebase the source_branch of the merge request against its target_branch.

Synopsis edit

If you don’t have permissions to push to the merge request’s source branch - you’ll get a 403 Forbidden response.

mw gitlab mr rebase [<id> | <branch>] [flags]

Examples edit

glab mr rebase 123
glab mr rebase  # get from current branch
glab mr rebase branch
glab mr rebase branch --skip-ci

Options edit

      --skip-ci   Rebase merge request while skipping CI/CD pipeline.

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