zdiff3 for merge conflicts

This commit is contained in:
jacekpoz 2024-02-17 16:15:33 +01:00
parent 0be0c8500e
commit 01ae9f1db2
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -50,6 +50,7 @@ in {
init.defaultBranch = cfg.defaultBranch;
push.autoSetupRemote = true;
commit.verbose = true;
merge.conflictstyle = "zdiff3";
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
};
}