1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 20:55:51 +02:00

git-config: update page (#10340)

* Add the second possible config file location
This commit is contained in:
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

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`