Git User Config

Git User Config

Git provides the user-related configurations like username or user email etc. This configuration can be set on different levels like user level or global level. In this tutorial, we examine how to display the username or user email configurations via the command line interface. Display User Configuration The current configuration of the user for the … Read more

Display Git Configuration with “git config –list” Command

Display Git Configuration with "git config --list" Command

Git provides different configurations like user name, user email, editor, coloring, etc. These configurations can be also set in different modes called global, user, and local. The git config –list command is used to print all of these different types or levels of configurations in the command-line interface. List Git Configuration The current git configuration … Read more