1GIT-LAB-REVIEW(1) git-lab Manual GIT-LAB-REVIEW(1)
2
3
4
6 git-lab-setup - Conduct merge-request review
7
8
10 git-lab setup [-h]
11
12
14 Open the gitlab review ncurses tool. This tool provides a text user
15 interface to browse and comment on open merge-requests. Navigation con‐
16 sists of, but is not limited to (see context help screens for screen
17 specific navigation):
18
19 <-, ->, ^, v - Navigate columns/rows on a given screen
20
21 <ENTER> - Select an issue/comment/commit to view details
22
23 <c|C> - Comment/Reply to a commit/discussion
24
25 <f|F> - refresh screen, reloading from server
26
27 <q|Q> - Go up one screen
28
29 <r|R> - resolve discussion
30
31 <u|U> - unresolve discussion
32
33 <a|A> - Toggle approval status of an MR from the Top MR list screen
34
35 <h|H> - screen context help
36
37
39 -h, --help
40 Show help message and exit
41
42
44 git-lab was written by Neil Horman <nhorman@redhat.com>.
45
46
48 The latest version of git-lab may be downloaded from
49 ⟨https://gitlab.com/nhorman/git-lab-porcelain⟩
50
51
52
53git-lab 0.5 2020/03/12 GIT-LAB-REVIEW(1)