From a75e1208b8f6d71cb0ba10d12b9dbc8b80cf6460 Mon Sep 17 00:00:00 2001 From: "chawley (chawley-vm)" Date: Wed, 10 Feb 2021 10:55:18 -0500 Subject: [PATCH] Added custom color to .gitconfig Yellow = old Green = New --- .gitconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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