Add --color-words to git df
This commit is contained in:
parent
de771b4e88
commit
ae65a44f82
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue