How To Set Git Global User Email Config?

How To Set Git Global User Email Config?

Git provides different configurations for a single repository or globally. The user email configuration is used to specify the user email address. The global configuration is used to set configurations globally for all repositories the user works with. The git config –global user.email command is used to set user email addresses globally. Display Git Global … Read more