Git Config (git-config) Command Tutorial
The git config command is used to configure Git installation for the system-wide or current users or for a specific repository. The git config command provides a lot of different options to configure like default editor, user email, user name, merge tool, output coloring, command alias, etc. In this tutorial, we examine the general usage … Read more