File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -73,21 +73,25 @@ Here's an example of the syntax:
7373
7474`````
7575[global]
76+ # required setting
7677default = local
78+
79+ # optional settings
7780ssl_verify = true
7881timeout = 5
7982
8083[local]
8184url = http://10.0.3.2:8080
85+ # get the private token from the gitlab web interface
8286private_token = vTbFeqJYCY3sibBP7BZM
8387
84- [distant ]
88+ [remote ]
8589url = https://some.whe.re
8690private_token = thisisaprivatetoken
8791ssl_verify = false
8892`````
8993
90- The [ global] section define which server is accesed by default.
94+ The [ global] section defines which server is accessed by default.
9195Each other section defines how to access a server. Only private token
9296authentication is supported (not user/password).
9397
@@ -100,7 +104,7 @@ server should be abandonned.
100104Choosing a different server than the default one can be done at run time:
101105
102106`````
103- gitlab --gitlab=distant [command]
107+ gitlab --gitlab=remote [command]
104108`````
105109
106110gitlab always requires 2 mandatory arguments.
You can’t perform that action at this time.
0 commit comments