Aw yeah, another command-line coloring post! John Schulz pointed me to this git cheat sheat (via Rebecca Murphey). Right up front it provides the settings in ~/.gitconfig to color git command output like git diff, git status, and git branch. Here’s what I’m rocking: [core] quotepath = false whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol [color] ui = true [color "branch"] current = ye