fix typo
This commit is contained in:
parent
93b23ce466
commit
484764e7b1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in {
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
pull.rabase = true;
|
pull.rebase = true;
|
||||||
};
|
};
|
||||||
ignores = ["/.nix" "/.direnv"];
|
ignores = ["/.nix" "/.direnv"];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue