zdiff3 for merge conflicts
This commit is contained in:
parent
0be0c8500e
commit
01ae9f1db2
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ in {
|
||||||
init.defaultBranch = cfg.defaultBranch;
|
init.defaultBranch = cfg.defaultBranch;
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
commit.verbose = true;
|
commit.verbose = true;
|
||||||
|
merge.conflictstyle = "zdiff3";
|
||||||
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
|
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue