Git customization

git config --global core.whitespace cr-at-eol
git config --global color.ui true
git config --global user.email daniel.han@example.com
git config --global user.name "Daniel Han"