Set your username
git config --global user.name "FIRST_NAME LAST_NAME"
Set your email
git config --global user.email "[email protected]"
Set your username
git config user.name "FIRST_NAME LAST_NAME"
Set your email
git config user.email "[email protected]"