use merge instead of rebase
This commit is contained in:
parent
0c477fac7e
commit
6f81c7c6e4
|
@ -23,7 +23,7 @@ in {
|
|||
lfs = enabled;
|
||||
extraConfig = {
|
||||
init = {defaultBranch = "main";};
|
||||
pull = {rebase = true;};
|
||||
pull = {rebase = false;};
|
||||
push = {autoSetupRemote = true;};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -27,7 +27,7 @@ in {
|
|||
lfs.enable = true;
|
||||
config = {
|
||||
init = {defaultBranch = "main";};
|
||||
pull = {rebase = true;};
|
||||
pull = {rebase = false;};
|
||||
push = {autoSetupRemote = true;};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue