diff --git a/.gitconfig b/.gitconfig index 80c1597..b3626d7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -20,8 +20,14 @@ alias = config --get-regexp ^alias\\. [push] default = simple + [color] ui = true + [user] name = chawley (derry) - email = chawley@planethawleywood.com + email = chawley@planethawleywood.com + +[color "diff"] + old = yellow + new = green