How to view a git setting?

git config config.key

To view a git setting use git config config.key.

Layer 1
Terminal Example
git config user.name
GitHint User

See git config to learn more about it.

Last modified on November 30, 2021.

You might also like