Skip to content

Commit 9342a49

Browse files
Merge pull request #672 from hickford/gitlab-docs
Link to GitLab support docs
2 parents 2ab9429 + 2c827d0 commit 9342a49

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ See detailed information [here](https://aka.ms/gcm/httpproxy).
241241
- [Architectural overview](docs/architecture.md)
242242
- [Host provider specification](docs/hostprovider.md)
243243
- [Azure Repos OAuth tokens](docs/azrepos-users-and-tokens.md)
244+
- [GitLab support](docs/gitlab.md)
244245

245246
## Experimental Features
246247

docs/gitlab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use on another instance, eg. `https://gitlab.example.com` requires setup and
1010
2. Copy the application ID and configure `git config --global credential.https://gitlab.example.com.GitLabDevClientId <APPLICATION_ID>`
1111
3. Copy the application secret and configure `git config --global credential.https://gitlab.example.com.GitLabDevClientSecret <APPLICATION_SECRET>`
1212
4. Configure authentication modes to include 'browser' `git config --global credential.https://gitlab.example.com.gitLabAuthModes browser`
13-
5. For good measure, configure `git config --global credential.https://gitlab.example.com.provider gitlab`
13+
5. For good measure, configure `git config --global credential.https://gitlab.example.com.provider gitlab`. This may be necessary to recognise the domain as a GitLab instance.
1414
6. Verify the config is as expected `git config --global --get-urlmatch credential https://gitlab.example.com`
1515

1616
### Clearing config

0 commit comments

Comments
 (0)