GitCheatSheet.org logo
Home / How To

List all the configured variables

git config --list

From the documentation: "Options --system, --global, --local, --worktree and --file <filename> can be used to tell the command to read from only that location".