set a name that is identifiable for credit when review version history
git config –global user.name “[firstname lastname]”
set an email address that will be associated with each history marker
git config –global user.email “[valid-email]”
set automatic command line coloring for Git for easy reviewing
git config –global color.ui auto