File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -98,11 +98,19 @@ git-open can automatically guess the corresponding repository page for remotes
98
98
99
99
#### GitLab support
100
100
101
- To configure GitLab support you need to set `gitopen.gitlab.domain`:
101
+ To configure GitLab support you need to set some options.
102
+
103
+ | option name | description | example |
104
+ | ------------------------- | ---------------------------------------------------------- | ------------------ |
105
+ | gitopen.gitlab.domain | The (web)domain name that will work for most of the people | gitlab.example.com |
106
+ | gitopen.gitlab.ssh.domain | A specific ssh domain name, *if needed* | git.example.com |
107
+ | gitopen.gitlab.ssh.port | A specific ssh port, *if needed* | 10022 |
102
108
103
109
```sh
104
110
# use --global to set across all repos, instead of just the local one
105
- git config [--global] gitopen.gitlab.domain [yourdomain.here]
111
+ git config [--global] gitopen.gitlab.domain [value]
112
+ git config [--global] gitopen.gitlab.ssh.domain [value]
113
+ git config [--global] gitopen.gitlab.ssh.port [value]
106
114
```
107
115
108
116
## Related projects / alternatives
You can’t perform that action at this time.
0 commit comments