git-config Verified for current stable LTS

Git Config Command: List Configurations

Use for list configurations with Git Config. Exact CLI syntax to list configurations using Git Config.

When to use this: Use for list configurations with Git Config.

Command Syntax

git config -l --<local|global|system> --show-origin

Command Breakdown

-l
Command Option
Tool-specific option used by this command invocation.
--<local|global|system>
Command Option
Tool-specific option used by this command invocation.
--show-origin
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to list configurations using Git Config.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Git Config directory