No icon

Tell Git who you are

Tell Git who you are

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

 

Comment As:

Comment (0)