`git config --list --show-origin` `--list` ですべての変数と値を表示する。 `--show-origin` でファイルなど、どこで設定されているかを表示する。 <https://git-scm.com/docs/git-config/>