Для того чтобы включить подсветку вывода в git нужно выполнить:
git config --global color.diff always git config --global color.status always git config --global color.branch always git config --global color.interactive always
И теперь можно наслаждаться цветным выводом git :)