Configure
Sets the name you want attached to your commit transactions:
$ git config --global user.name "[name]"
Sets the email you want attached to your commit transactions:
$ git config --global user.email "[email]"
Enable git color for command line output:
$ git config --global color.ui true