How to set Git commit User Name and Email address Dushmantha Charaka Set git commit user name October 24, 2019 Set git commit user name git config --global user.name "FirstName LastName" Check git commit user name git config --glo…