git set username and email

Set username:

git config --global user.name "FIRST_NAME LAST_NAME"
Set email address:
git config --global user.email "MY_NAME@example.com"