This commit is contained in:
Adithya 2023-07-15 10:53:32 +05:30
parent 93b23ce466
commit 484764e7b1
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -15,7 +15,7 @@ in {
extraConfig = {
init.defaultBranch = "main";
push.autoSetupRemote = true;
pull.rabase = true;
pull.rebase = true;
};
ignores = ["/.nix" "/.direnv"];
};