git email and user code example
Example 1: add git user and email
git config --global user.email "my.adresse@hotmail.com"
git config --global user.name "My Name"
Example 2: git user email
git config --global user.name "John Smith"
git config --global user.email "johnsmith@example.com"