git-config: add --show-origin example (#8357)

This commit is contained in:
AriESQ
2022-08-15 22:04:51 -04:00
committed by GitHub
parent 94f53f368a
commit 4bc6af6acc

View File

@@ -12,9 +12,9 @@
`git config --list --global`
- List all configuration entries that have been defined either locally or globally:
- List only system configuration entries (stored in `/etc/gitconfig`), and show their file location:
`git config --list`
`git config --list --system --show-origin`
- Get the value of a given configuration entry: