git: setup remote automatically

This commit is contained in:
Adithya 2023-03-22 23:29:23 +05:30
parent 05c8cc0ae1
commit d75c609a41
No known key found for this signature in database
GPG key ID: 0C7F35F4F821290F

View file

@ -33,6 +33,7 @@ in
}; };
extraConfig = { extraConfig = {
init.defaultBranch = "main"; init.defaultBranch = "main";
push.autoSetupRemote = true;
}; };
ignores = [ "/.nix" "/.direnv" ]; ignores = [ "/.nix" "/.direnv" ];
}; };