Enabling Colours In Git’s Console Output

May 28th, 2009 by Xerxes Leave a reply »

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
Bookmark this post:
  • DotNetKicks
  • DZone
  • TwitThis
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • Live
  • MySpace
  • Slashdot
  • StumbleUpon
  • Technorati

Related posts:

  1. Enabling Permalinks For WordPress There are a number of good pages which explain how...
  2. Reverting Changes In Git I’ve used a lot of SCM‘s in my time, and...
  3. Root Priviledge Escalation in Windows I have just uncovered a way to perform root priviledge...
  4. Managing Multiple Git Accounts I’m in a situation where I want to keep different...
  5. Instant Twitter Bookmark Tonight’s been a busy night for silly coding This first...

Leave a Reply