Default git colour setup is not so good. On black terminal background it looks dark:
However, with small change in ~/.git/config file:
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
you would get much better diff display on your terminal: