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 a9e5999 commit d226097Copy full SHA for d226097
docs/gitlab.md
@@ -14,7 +14,8 @@ _Unselect_ the 'Confidential' option. Set the 'write_repository' and
14
1. Copy the application ID and configure
15
`git config --global credential.https://gitlab.example.com.GitLabDevClientId <APPLICATION_ID>`
16
1. Copy the application secret and configure
17
-`git config --global credential.https://gitlab.example.com.GitLabDevClientSecret <APPLICATION_SECRET>`
+`git config --global credential.https://gitlab.example.com.GitLabDevClientSecret
18
+<APPLICATION_SECRET>`
19
1. Configure authentication modes to include 'browser'
20
`git config --global credential.https://gitlab.example.com.gitLabAuthModes browser`
21
1. For good measure, configure
0 commit comments