git: rebase on pull by default

This commit is contained in:
Katherina Walshe-Grey 2024-08-23 12:58:11 +01:00
parent 84417c27da
commit 43f85cf2c0

View file

@ -6,12 +6,9 @@
userName = "Katherina Walshe-Grey"; userName = "Katherina Walshe-Grey";
userEmail = "git@qenya.tel"; userEmail = "git@qenya.tel";
extraConfig = { extraConfig = {
init = { init.defaultBranch = "main";
defaultBranch = "main"; pull.rebase = true;
}; push.autoSetupRemote = true;
push = {
autoSetupRemote = true;
};
}; };
}; };
} }