1GIT-LAB-CREATEMR(1) git-lab Manual GIT-LAB-CREATEMR(1)
2
3
4
6 git-lab-createmr - Create merge-request
7
8
10 git-lab createmr [-h] [-w] [--push] [-f] [-m MESSAGE] [remote] [ref‐
11 spec]
12
13
15 Create a merge-request to the parent project of your fork. This command
16 will open an editor to enter your description of the merge-request.
17
18
20 -h, --help
21 Show help message and exit
22
23
24 remote The remote to use (default: upstream tracking remote)
25
26
27 refspec
28 git-push like refspec
29
30
31 -w, --wait
32 Wait for ci pipeline to complete
33
34
35 --push Push local branch to remote fork before creatingmerge-request
36
37
38 -f, --force
39 Override checks for branch sync
40
41
42 -m MESSAGE, --message MESSAGE
43 Merge-request message
44
45
47 The editor used to edit the commit log message will be chosen from the
48 GIT_EDITOR environment variable, the core.editor configuration vari‐
49 able, the VISUAL environment variable, or the EDITOR environment vari‐
50 able (in that order). See git-var(1) for details.
51
52
54 git-push(1), git-lab-updatemr(1), git-lab-closemr(1)
55
56
58 git-lab was written by Neil Horman <nhorman@redhat.com>.
59
60
62 The latest version of git-lab may be downloaded from
63 ⟨https://gitlab.com/nhorman/git-lab-porcelain⟩
64
65
66
67git-lab 0.5 2020/03/12 GIT-LAB-CREATEMR(1)