Added custom color to .gitconfig
Yellow = old Green = New
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user