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