rpofficial
10/8/2017 - 2:15 PM

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 config --global user.name "Sam Smith"
git config --global user.email sam@example.com