Tell Git who you are
Tell Git who you are
- By Mohammad --
- Sunday, 30 May, 2021
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