Search Suggest

set git author name and email
set git author name and email

How to set Git commit User Name and Email address

Set git commit user name git config --global user.name "FirstName LastName" Check git commit user name git config --global user.name Set gi…