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.
1 parent 61cd8e3 commit 83d9880Copy full SHA for 83d9880
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