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

@ -24,9 +24,11 @@ in {
programs.git = {
enable = true;
inherit(cfg) userName userEmail;
lfs.enable = true;
config = {
init = {defaultBranch = "main";};
pull = {rebase = true;};
push = {autoSetupRemote = true;};
};
};