Skip to content

Commit bb09f61

Browse files
authored
Update gitlab.md
1 parent 97f4ebd commit bb09f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gitlab.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ _Unselect_ the 'Confidential' option. Set the 'read_repository' and
1717
`git config --global credential.https://gitlab.example.com.GitLabDevClientSecret
1818
<APPLICATION_SECRET>`
1919
1. Configure authentication modes to include 'browser'
20-
`git config --global credential.https://gitlab.example.com.gitLabAuthModes browser`
20+
`git config --global credential.https://gitlab.example.com.GitLabAuthModes browser`
2121
1. For good measure, configure
2222
`git config --global credential.https://gitlab.example.com.provider gitlab`.
2323
This may be necessary to recognise the domain as a GitLab instance.
@@ -74,7 +74,7 @@ If you have a preferred authentication mode, you can specify
7474
[credential.gitLabAuthModes][config-gitlab-auth-modes]:
7575

7676
```console
77-
git config --global credential.gitlabauthmodes browser
77+
git config --global credential.GitLabAuthModes browser
7878
```
7979

8080
## Caveats

0 commit comments

Comments
 (0)