Enabling Colours In Git’s Console Output

Mainly to serve as a reminder for myself: To enable colour output in MSysGit’s console, issue the following command from the bash prompt:

$> git config --global color.ui auto

Leave a Reply

Your email address will not be published. Required fields are marked *