Use VScode for git merge conflict resolving
Per https://code.visualstudio.com/docs/editor/versioncontrol Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
parent
ad08237089
commit
d810c98141
1 changed files with 4 additions and 0 deletions
|
@ -8,3 +8,7 @@
|
|||
editor = nano
|
||||
[include]
|
||||
path = /home/revi/dots/.gitaliases
|
||||
[diff]
|
||||
tool = default-difftool
|
||||
[difftool "default-difftool"]
|
||||
cmd = code --wait --diff $LOCAL $REMOTE
|
||||
|
|
Loading…
Reference in a new issue