Skip to content

Commit 00657e0

Browse files
authored
Code format in gitlab.md (#1243)
removed unnecessary tabs
2 parents f9dde2e + 83d9880 commit 00657e0

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)