Enable word-level diff highlighting for git
This commit is contained in:
@@ -4,6 +4,14 @@
|
|||||||
signingkey = 9893DA236405AF57
|
signingkey = 9893DA236405AF57
|
||||||
[core]
|
[core]
|
||||||
excludesfile = /home/coolneng/.config/git/global_gitignore
|
excludesfile = /home/coolneng/.config/git/global_gitignore
|
||||||
|
pager = delta
|
||||||
|
[interactive]
|
||||||
|
diffFilter = delta --color-only
|
||||||
|
[delta]
|
||||||
|
navigate = true
|
||||||
|
dark = true
|
||||||
|
[merge]
|
||||||
|
conflictStyle = zdiff3
|
||||||
[credential]
|
[credential]
|
||||||
helper = !pass-git-helper $@
|
helper = !pass-git-helper $@
|
||||||
[commit]
|
[commit]
|
||||||
|
|||||||
Reference in New Issue
Block a user