config(git): enable pull.rebase by default
This commit is contained in:
parent
4e46844f61
commit
161eee6bb1
@ -17,7 +17,7 @@
|
||||
userName = "Michael Thomas";
|
||||
extraConfig = {
|
||||
credential.helper = lib.mkDefault "store";
|
||||
pull.rebase = "false";
|
||||
pull.rebase = "true";
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user