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:
parent
3884ec8203
commit
81b82734cc
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue