Skip to content

Commit 83d9880

Browse files
authored
Update gitlab.md
removed unnecessary tabs
1 parent 61cd8e3 commit 83d9880

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/gitlab.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ This may be necessary to recognise the domain as a GitLab instance.
2727
### Clearing config
2828

2929
```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
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
3333
```
3434

3535
### Config for popular instances

0 commit comments

Comments
 (0)