github.com/matthewdale/lab@v0.14.0/docs/lab_mr_create.md (about) 1 ## lab mr create 2 3 Open a merge request on GitLab 4 5 ### Synopsis 6 7 Creates a merge request (MR created on origin master by default) 8 9 ``` 10 lab mr create [remote [branch]] [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --allow-collaboration Allow commits from other members 17 -a, --assignee string Set assignee by username 18 -h, --help help for create 19 -l, --label strings Add label <label>; can be specified multiple times for multiple labels 20 -m, --message strings Use the given <msg>; multiple -m are concatenated as separate paragraphs 21 --milestone int Set milestone by milestone ID (default -1) 22 -d, --remove-source-branch Remove source branch from remote after merge 23 -s, --squash Squash commits when merging 24 ``` 25 26 ### SEE ALSO 27 28 * [lab mr](lab_mr.md) - Describe, list, and create merge requests 29 30 ###### Auto generated by spf13/cobra on 10-Aug-2018