Set user name and email in Git

git config --global user.name "Miguel Angelo"
git config --global user.email "masbicudo@gmail.com"