configure git to use rebase strategy

This commit is contained in:
Till 2025-12-20 00:56:23 +01:00
parent 6225a0b19b
commit 27ec48ed94

View file

@ -54,6 +54,7 @@
settings = { settings = {
user.name = "Till"; user.name = "Till";
user.email = "till@ktiu.net"; user.email = "till@ktiu.net";
pull.rebase = true;
extraConfig = { extraConfig = {
init = { init = {
defaultBranch = "main"; defaultBranch = "main";