.
This commit is contained in:
parent
5ac7d3fd64
commit
3d9dcff78b
1 changed files with 4 additions and 0 deletions
4
home.nix
4
home.nix
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue