Git : set committer name and email
git config cheat sheet

git config --global user.name "<your-name>"
git config --global user.email "<your-email>"
git config cheat sheet

git config --global user.name "<your-name>"
git config --global user.email "<your-email>"