Add --color-words to git df

This commit is contained in:
Rodolphe Bréard 2020-12-06 13:05:49 +01:00
parent de771b4e88
commit ae65a44f82

View file

@ -11,7 +11,7 @@
[alias] [alias]
co = checkout co = checkout
df = diff df = diff --color-words
br = branch br = branch
ci = commit ci = commit
st = status st = status