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\\.
[push]
default = simple
[color]
ui = true
[user]
name = chawley (derry)
email = chawley@planethawleywood.com
email = chawley@planethawleywood.com
[color "diff"]
old = yellow
new = green