Set git commit user name
git config --global user.name "FirstName LastName"
Check git commit user name
git config --global user.name
Set git commit email address
Check git commit email address
git config --global user.email
git config --global user.name "FirstName LastName"
Check git commit user name
git config --global user.name
Set git commit email address
Related Article
git config --global user.email "email@example.com"Check git commit email address
git config --global user.email
0 Comments