git config --list

Category: Git - Core

git config --list

Show all effective Git settings

Prints every configuration value in effect, merged from system, global, and repository scope, later files winning. Add --show-origin to see which file each value came from. Use it to debug mysterious Git behavior.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.