Setup git author name and email address <b> Set Git Author name </b> git config --global user.name "FIRST_NAME LAST_NAME" <b> Set Git Email address</b> git config --global user.email "MY_NAME@example.com" <b> Run command to check author name and email address</b> git config --list