improved git config

This commit is contained in:
Julien Malka 2023-11-22 18:09:39 +01:00
parent 0f869ded2d
commit de15bd0f10
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -17,12 +17,17 @@ with lib;
signByDefault = true;
key = "6FC74C847011FD83";
};
delta.enable = true;
ignores = [
".direnv"
];
extraConfig = {
init.defaultBranch = "main";
diff.colorMoved = "zebra";
pull.rebase = true;
fetch.prune = true;
rebase.autoStash = true;
push.autoSetupRemote = true;
};
};