Update git config

This commit is contained in:
Invariantspace 2025-02-27 12:48:44 +08:00
parent e0be8e3040
commit 737b7a35f6
Signed by: macronova
GPG key ID: CE969670FB4B4A56

View file

@ -77,10 +77,25 @@ in {
git = {
enable = true;
extraConfig = {
column.ui = "auto";
commit.verbose = true;
core.autocrlf = "input";
fetch = {
prune = true;
pruneTags = true;
all = true;
};
help.autocorrect = "prompt";
init.defaultBranch = "development";
pull.rebase = false;
push.autoSetupRemote = true;
push = {
autoSetupRemote = true;
default = "simple";
};
rebase = {
autoSquash = true;
autoStash = true;
};
};
ignores = [
".direnv"