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 d37ead5 commit a402526Copy full SHA for a402526
Documentation/config.txt
@@ -6,7 +6,9 @@ the Git commands' behavior. The `.git/config` file in each repository
6
is used to store the configuration for that repository, and
7
`$HOME/.gitconfig` is used to store a per-user configuration as
8
fallback values for the `.git/config` file. The file `/etc/gitconfig`
9
-can be used to store a system-wide default configuration.
+can be used to store a system-wide default configuration. On Windows,
10
+configuration can also be stored in `C:\ProgramData\Git\config`; This
11
+file will be used also by libgit2-based software.
12
13
The configuration variables are used by both the Git plumbing
14
and the porcelains. The variables are divided into sections, wherein
0 commit comments