avatar
how to configure git username and email globally PHP
git config --global user.name "lorence"
git config --global user.email "[email protected]"
You need to login to do this manipulation!