Set the username:
git config --global user.name "pinco pallino"Set the user email:
git config --global user.email "foo.bar@somehost.com"Enable the ui color option:
git config --global color.ui trueHope this helps
git config --global user.name "pinco pallino"Set the user email:
git config --global user.email "foo.bar@somehost.com"Enable the ui color option:
git config --global color.ui trueHope this helps