Bootstrap FreeKB - Git (Version Control) - List user defined git configurations
Git (Version Control) - List user defined git configurations

Updated:   |  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 Buy Me A Coffee



Comments


Add a Comment


Please enter 1c11de in the box below so that we can be sure you are a human.