github.com/zaquestion/lab@v0.25.1/docs/lab_mr_rebase.md (about) 1 ## lab mr rebase 2 3 Rebase an open merge request 4 5 ``` 6 lab mr rebase [remote] [<MR id or branch>] [flags] 7 ``` 8 9 ### Examples 10 11 ``` 12 lab mr rebase upstream 20 13 ``` 14 15 ### Options 16 17 ``` 18 -h, --help help for rebase 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 --debug Enable debug logging level 25 --no-pager Do not pipe output into a pager 26 --quiet Turn off any sort of logging. Only command output is printed 27 ``` 28 29 ### SEE ALSO 30 31 * [lab mr](lab_mr.md) - Describe, list, and create merge requests 32 33 ###### Auto generated by spf13/cobra on 27-Jun-2022