1glab(1)                                                                glab(1)
2
3
4

NAME

6       glab-mr-rebase  -  Automatically  rebase the source_branch of the merge
7       request against its target_branch.
8
9
10

SYNOPSIS

12       glab mr rebase [ | ] [flags]
13
14
15

DESCRIPTION

17       If you don't have permissions to push to  the  merge  request's  source
18       branch - you'll get a 403 Forbidden response.
19
20
21

OPTIONS

23       --skip-ci[=false]       Rebase merge request while skipping CI/CD pipe‐
24       line.
25
26
27

OPTIONS INHERITED FROM PARENT COMMANDS

29       --help[=false]      Show help for command
30
31
32       -R, --repo=""      Select another repository using  the  OWNER/REPO  or
33       GROUP/NAMESPACE/REPO format or full URL or git URL
34
35
36

EXAMPLE

38       glab mr rebase 123
39       glab mr rebase  # get from current branch
40       glab mr rebase branch
41       glab mr rebase branch --skip-ci
42
43
44
45
46

SEE ALSO

48       glab-mr(1)
49
50
51
52Auto generated by spf13/cobra      Nov 2023                            glab(1)
Impressum