mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Use difftastic for git
This commit is contained in:
parent
9ef7a2cef9
commit
80f3cdae73
@ -12,9 +12,16 @@
|
||||
clean = git-lfs clean %f
|
||||
smudge = git-lfs smudge %f
|
||||
[diff]
|
||||
tool = Kaleidoscope
|
||||
external = difft
|
||||
tool = difftastic
|
||||
[difftool]
|
||||
prompt = false
|
||||
[difftool "Kaleidoscope"]
|
||||
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
|
||||
[difftool "difftastic"]
|
||||
cmd = difft "$LOCAL" "$REMOTE"
|
||||
[pager]
|
||||
difftool = true
|
||||
[alias]
|
||||
ksdiff = difftool -yt Kaleidoscope
|
||||
[tig]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user