#Git Bash: Configure Git (git config)
###Syntax:
git config --global user.name <“User Name”>
git config --global user.email <UserEmailAddress>
###Set the global User.Name value for the current user on the system:
$ git config --global user.name “FirstName LastName”