Setting Up Your Global Git Config File

September 17, 2018 by Michael

The first things you should do after installing Git on a computer is setup your global username and email config. The git config command can be used to manage these settings.  The –global option allows you to set these values for all repositories while –local limits the value to your current repository. Here are a few common examples: […]

0 Comments