Configure the author name and email address to be used with your commits.
Note that Git strips some characters (for example trailing periods) from user.name
.
GIT COMMAND
git config --global user.name "Adul Mohammad"
git config --global user.email mohammad@gmail.com