Search Suggest

set git commit email address
set git commit email address

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…