modify gitconfig
This commit is contained in:
parent
a37ceaed83
commit
a0d0f7b1a2
@ -9,7 +9,7 @@
|
||||
tool = vimdiff
|
||||
trustExitCode = true
|
||||
[difftool]
|
||||
prompt = false
|
||||
prompt = true
|
||||
[alias]
|
||||
d = difftool
|
||||
co = checkout
|
||||
@ -20,6 +20,8 @@
|
||||
br = branch
|
||||
[mergetool]
|
||||
keepBackup = false
|
||||
[mergetool "vimdiff"]
|
||||
cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
|
||||
[core]
|
||||
editor = vim
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user