Git (Version Control) - List user defined git configurations

by
Jeremy Canfield |
Updated: June 22 2022
| Git (Version Control) articles
The git config command with the -l or --list flag can be used to display the configurations that you have set. If you have not defined any configurations, no output will be returned. In this example, two configuration have been set.
~]# git config --list
user.name="John Doe"
user.email="john.doe@example.com"
Did you find this article helpful?
If so, consider buying me a coffee over at