use merge instead of rebase
This commit is contained in:
parent
77afc25acd
commit
ff78383e6d
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ in {
|
|||
lfs.enable = true;
|
||||
config = {
|
||||
init = {defaultBranch = "main";};
|
||||
pull = {rebase = true;};
|
||||
pull = {rebase = false;};
|
||||
push = {autoSetupRemote = true;};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue