Skip to content

Commit

Permalink
Merge pull request #278 from AlexanderLanin/patch-1
Browse files Browse the repository at this point in the history
Fix multiple gitHubAuthModes
  • Loading branch information
mjcheetham committed Feb 3, 2021
2 parents 683c668 + 48c131b commit 27c0470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ _(unset)_|Automatically detect modes
#### Example

```shell
git config --global credential.gitHubAuthModes "oauth basic"
git config --global credential.gitHubAuthModes "oauth,basic"
```

**Also see: [GCM_GITHUB_AUTHMODES](environment.md#GCM_GITHUB_AUTHMODES)**
Expand Down

0 comments on commit 27c0470

Please sign in to comment.