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:
parent
94f53f368a
commit
4bc6af6acc
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue