home: specify rebase as default git merge strategy

This commit is contained in:
insects 2024-10-04 12:40:45 +02:00
parent f8213dfed8
commit 21451d5a8f

View file

@ -28,7 +28,10 @@
enable = true; enable = true;
userEmail = "shadows@with.al"; userEmail = "shadows@with.al";
userName = "liv"; userName = "liv";
extraConfig = { init = { defaultBranch = "main"; }; }; extraConfig = {
init.defaultBranch = "main";
pull.rebase = true;
};
}; };
programs.jujutsu = { programs.jujutsu = {