Added custom color to .gitconfig

Yellow = old
Green = New
This commit is contained in:
chawley (chawley-vm)
2021-02-10 10:55:18 -05:00
parent 6791070cd9
commit a75e1208b8

View File

@@ -20,8 +20,14 @@
alias = config --get-regexp ^alias\\. alias = config --get-regexp ^alias\\.
[push] [push]
default = simple default = simple
[color] [color]
ui = true ui = true
[user] [user]
name = chawley (derry) name = chawley (derry)
email = chawley@planethawleywood.com email = chawley@planethawleywood.com
[color "diff"]
old = yellow
new = green