Open
Description
Colorize Git Terminal Commands
Add the following to your ~/.gitconfig file to show the git command output in color when working in a terminal
[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
http://iosdevelopertips.com/tools/colorize-git-terminal-commands.html