Skip to content

Commit

Permalink
git-config: update page (tldr-pages#10340)
Browse files Browse the repository at this point in the history
* Add the second possible config file location
  • Loading branch information
acuteenvy authored Jun 12, 2023
1 parent 3884ec8 commit 81b8273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/common/git-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 81b8273

Please sign in to comment.