.nh .TH "glab" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP glab-mr-rebase - Automatically rebase the source_branch of the merge request against its target_branch. .SH SYNOPSIS .PP \fBglab mr rebase [ | ] [flags]\fP .SH DESCRIPTION .PP If you don't have permissions to push to the merge request's source branch - you'll get a 403 Forbidden response. .SH OPTIONS .PP \fB--skip-ci\fP[=false] Rebase merge request while skipping CI/CD pipeline. .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB--help\fP[=false] Show help for command .PP \fB-R\fP, \fB--repo\fP="" Select another repository using the \fB\fCOWNER/REPO\fR or \fB\fCGROUP/NAMESPACE/REPO\fR format or full URL or git URL .SH EXAMPLE .PP .RS .nf glab mr rebase 123 glab mr rebase # get from current branch glab mr rebase branch glab mr rebase branch --skip-ci .fi .RE .SH SEE ALSO .PP \fBglab-mr(1)\fP