Skip to content

Commit

Permalink
Merge pull request #453 from coderefinery/rkdarst/config
Browse files Browse the repository at this point in the history
content/configuration: --show-origin for config --list to show insides
  • Loading branch information
bast authored Mar 11, 2024
2 parents 241ffb3 + bf6321d commit a8b2ef8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ These configuration settings are saved in a file called `.gitconfig` in your
home directory. If this file exists, editors like VS Code will use this
configuration.

If you want to see your configuration settings, you can use the command:
If you want to see your configuration settings, you can use the
command (`--show-origin` means it shows the file *where* each setting
is defined):
```console
$ git config --list
$ git config --list --show-origin
```


Expand Down

0 comments on commit a8b2ef8

Please sign in to comment.