Setting User Information in Git

Set your global user name and email:

git config --global user.name "My Name"
git config --global user.email "myemail@example.com"

Additional resources

Comments