Skip to content

Commit

Permalink
Merge pull request #265: [Docs] Add configuration example
Browse files Browse the repository at this point in the history
Update docs/configuration.md to include an example of how to configure git-credential-manager-core.exe as git's credential store.
  • Loading branch information
derrickstolee committed Jan 13, 2021
2 parents cb0a4d1 + a0dc6d5 commit 1fb4d17
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 @@ -10,7 +10,7 @@ URL-specific settings or overrides can be applied to any value in the `credentia

Additionally, GCM Core respects several GCM-specific [environment variables](environment.md) **which take precedence over configuration options.**

GCM Core will only be used by Git if it is installed and configured (`credential.helper`).
GCM Core will only be used by Git if it is installed and configured. Use `git config --global credential.helper manager-core` to assign GCM Core as your credential helper. Use `git config credential.helper` to see the current configuration.

**Example:**

Expand Down

0 comments on commit 1fb4d17

Please sign in to comment.