set pull as rebase

This commit is contained in:
Christoph Hollizeck 2024-03-27 14:34:33 +01:00
parent 9ee92c5a0d
commit 73f842e678
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 4 additions and 1 deletions

View file

@ -23,6 +23,7 @@ in {
lfs = enabled;
extraConfig = {
init = {defaultBranch = "main";};
pull = {rebase = true;};
push = {autoSetupRemote = true;};
};
};