1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 03:15:22 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: