We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9dde2e + 83d9880 commit 00657e0Copy full SHA for 00657e0
docs/gitlab.md
@@ -27,9 +27,9 @@ This may be necessary to recognise the domain as a GitLab instance.
27
### Clearing config
28
29
```console
30
- git config --global --unset-all credential.https://gitlab.example.com.gitLabDevClientId
31
- git config --global --unset-all credential.https://gitlab.example.com.gitLabDevClientSecret
32
- git config --global --unset-all credential.https://gitlab.example.com.provider
+git config --global --unset-all credential.https://gitlab.example.com.gitLabDevClientId
+git config --global --unset-all credential.https://gitlab.example.com.gitLabDevClientSecret
+git config --global --unset-all credential.https://gitlab.example.com.provider
33
```
34
35
### Config for popular instances
0 commit comments