1GIT-LAB-SETUP(1) git-lab Manual GIT-LAB-SETUP(1)
2
3
4
6 git-lab-setup - Set up a git repository to work with a GitLab instance
7
8
10 git-lab setup [-h] [-c] [-r] [-s] [-v {0,1}] [-d {0,1}]
11
12
14 Execute gitlab setup on the local repo. The porcelain will query the
15 local repo config and prompt for missing config items. It will also
16 scan all remotes that are configured and lookup their project ids for
17 use by the rest of the tool suite.
18
19
21 -h, --help
22 Show help message and exit
23
24
25 -c, --clear
26 Clear GitLab config, i.e. unlink this repository from a GitLab
27 instance
28
29
30 -r, --reset
31 Perform a new set up overwriting the previous one
32
33
34 -s, --show
35 Display the current GitLab config
36
37
38 -v {0,1}, --ssl-verify {0,1}
39 Set SSL verification
40
41
42 -d {0,1}, --debug {0,1}
43 Set debug mode
44
45
47 git-config(1)
48
49
51 git-lab was written by Neil Horman <nhorman@redhat.com>.
52
53
55 The latest version of git-lab may be downloaded from
56 ⟨https://gitlab.com/nhorman/git-lab-porcelain⟩
57
58
59
60git-lab 0.5 2020/03/12 GIT-LAB-SETUP(1)