This commit is contained in:
Daniel Ziltener 2024-09-16 10:11:29 +02:00
parent 5ac7d3fd64
commit 3d9dcff78b
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -362,6 +362,10 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }:
rebase.autoStash = true;
pull.rebase = true;
push.autoSetupRemote = true;
init = {
defaultBranch = "master";
objectFormat = "sha256";
};
};
};