# http://stackoverflow.com/questions/12795790/how-to-colorize-git-status-output # http://stackoverflow.com/questions/10998792/how-to-color-the-git-console-in-ubuntu [color] status = auto diff = auto ui = auto [color "status"] added = green changed = blue bold untracked = magenta deleted = cyan [color "branch"] current = white local = yellow bold remote = green [color "diff"] new = yellow bold old = blue bold