Alpha Chen 3 weeks ago
parent 4220940de3
commit ca6730cf14
No known key found for this signature in database

@ -88,6 +88,7 @@
enabled = true
autoUpdate = true
[branch]
autoSetupMerge = simple
sort = -committerdate
[log]
follow = true
@ -132,8 +133,6 @@
keepBackup = false
[mergetool "vimdiff"]
path = nvim
[mergetool "nvimdiff"]
cmd = nvim -d \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\"
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true

Loading…
Cancel
Save