Last Updated: February 25, 2016
·
558
· catchamonkey

git cli colourisation

My personal setup for colouring output of git commands is;

[color]
    ui = auto
[color "branch"]
    current = yellow reverse
    local = yellow
    remote = green
[color "diff"]
    meta = yellow bold
    frag = magenta bold
    old = red bold
    new = green bold
[color "status"]
    added = yellow
    changed = green
    untracked = cyan

Gives very sensible, obvious output.

What do you use?
Any improvements?

https://github.com/catchamonkey/dotfiles/blob/master/.gitconfig