git-config: update page (#10340)

* Add the second possible config file location
pull/23/head
Lena 2023-06-12 15:46:49 +02:00 committed by GitHub
parent 3884ec8203
commit 81b82734cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
`git config --list --local`
- List only global configuration entries (stored in `~/.gitconfig`):
- List only global configuration entries (stored in `~/.gitconfig` by default or in `$XDG_CONFIG_HOME/git/config` if such a file exists):
`git config --list --global`