some git experiments

This commit is contained in:
Adithya 2024-02-18 17:40:30 +05:30
parent aecd2932f7
commit 4258f49949
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -19,15 +19,18 @@ in
signByDefault = true;
};
extraConfig = {
commit.verbose = true;
core = {
fsmonitor = true;
untrackedCache = true;
};
diff.algorithm = "histogram";
feature.manyFiles = true;
fetch.prune = true;
init.defaultBranch = "main";
merge.conflictstyle = "diff3";
merge.conflictstyle = "zdiff3";
push.autoSetupRemote = true;
pull.rebase = true;
pull.ff = "only";
};
ignores = [ "/.nix" "/.direnv" ];
};