Using vimdiff as git merge tool

This commit is contained in:
Filippo Berto 2025-06-16 11:13:34 +02:00
parent 735af95b32
commit 6566c9bead
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -118,13 +118,13 @@ in
algorithm = "histogram";
colorMoved = "default";
guitool = "meld";
tool = "meld";
tool = "vimdiff";
};
init.defaultBranch = "main";
merge = {
conflictstyle = "diff3";
guitool = "meld";
tool = "meld";
tool = "vimdiff";
};
pull.rebase = true;
rebase = {