set pull as rebase

This commit is contained in:
Christoph Hollizeck 2024-03-27 14:34:33 +01:00
parent 2f8e7650e4
commit d0a999c3e2
3 changed files with 4 additions and 1 deletions

View file

@ -24,9 +24,11 @@ in {
programs.git = {
enable = true;
inherit(cfg) userName userEmail;
lfs.enable = true;
config = {
init = {defaultBranch = "main";};
pull = {rebase = true;};
push = {autoSetupRemote = true;};
};
};