Skip to content

Commit d226097

Browse files
committed
Break inline code line
1 parent a9e5999 commit d226097

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/gitlab.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ _Unselect_ the 'Confidential' option. Set the 'write_repository' and
1414
1. Copy the application ID and configure
1515
`git config --global credential.https://gitlab.example.com.GitLabDevClientId <APPLICATION_ID>`
1616
1. Copy the application secret and configure
17-
`git config --global credential.https://gitlab.example.com.GitLabDevClientSecret <APPLICATION_SECRET>`
17+
`git config --global credential.https://gitlab.example.com.GitLabDevClientSecret
18+
<APPLICATION_SECRET>`
1819
1. Configure authentication modes to include 'browser'
1920
`git config --global credential.https://gitlab.example.com.gitLabAuthModes browser`
2021
1. For good measure, configure

0 commit comments

Comments
 (0)