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

pull/1/head
AriESQ 2022-08-15 22:04:51 -04:00 committed by GitHub
parent 94f53f368a
commit 4bc6af6acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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: