CodeOne
Tell Git who you are Tell Git who you are
Sunday, 30 May 2021 00:00 am
CodeOne

CodeOne

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