1GIT-LAB-UPDATEMR(1) git-lab Manual GIT-LAB-UPDATEMR(1)
2
3
4
6 git-lab-updatemr - Update merge-request
7
8
10 git-lab updatemr [-h] [-w] [remote] id
11
12
14 Update an existing merge-request with the latest local version of the
15 branch. This is usefull for posting subsequent versions of a patch
16 after reviews result in needed changes.
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 id Merge request id to use
28
29
30 -w, --wait
31 Wait for ci pipeline to complete
32
33
35 git-lab-listmr(1), git-lab-closemr(1)
36
37
39 git-lab was written by Neil Horman <nhorman@redhat.com>.
40
41
43 The latest version of git-lab may be downloaded from
44 ⟨https://gitlab.com/nhorman/git-lab-porcelain⟩
45
46
47
48git-lab 0.5 2020/03/12 GIT-LAB-UPDATEMR(1)