git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
git config --global core.quotepath false
git config --global core.editor emacs
git config --global commit.template $HOME/.gitmessage.txt
git config --global color.ui true