Set username
git config --global user.name "Your Name Here"
Set e-mail
git config --global user.email "[email protected]"
Clorize and make git output pretty
git config --global color.ui true
Creating a repository
Set username
git config --global user.name "Your Name Here"
Set e-mail
git config --global user.email "[email protected]"
Clorize and make git output pretty
git config --global color.ui true
Creating a repository