git: setup remote automatically
This commit is contained in:
parent
05c8cc0ae1
commit
d75c609a41
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ in
|
|||
};
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
ignores = [ "/.nix" "/.direnv" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue