Display with colors:
git config --global color.diff auto
git config --global color.log auto
git config --global color.status auto
git config --global color.branch auto
Or change .gitconfig settings yourself:
[color]
diff = auto
log = auto
status = auto
branch = auto