xxxxxxxxxx
git config --global user.email "my.adresse@hotmail.com"
git config --global user.name "My Name"
xxxxxxxxxx
git config --global user.name "John Smith"
git config --global user.email "johnsmith@example.com"
xxxxxxxxxx
git config --global user.name "username"
git config --global user.email "email address"
xxxxxxxxxx
git config --global user.email "your_email@example.com"
git config --global user.name "Your Name"
xxxxxxxxxx
# Set your email globally
git config --global user.email "your-email@example.com"
# Verify the changes
git config --global user.email