feat(git): auto setup remote on push

dev-docs
Moritz Böhme 2023-08-29 08:52:27 +02:00
parent e3ea46864b
commit c121eae7a1
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ in
init.defaultBranch = "main"; init.defaultBranch = "main";
merge.conflictstyle = "zdiff3"; merge.conflictstyle = "zdiff3";
diff.external = getExe pkgs.difftastic; diff.external = getExe pkgs.difftastic;
push.autoSetupRemote = true;
}; };
signing = mkIf cfg.signing { signing = mkIf cfg.signing {
key = "0x970C6E89EB0547A9"; key = "0x970C6E89EB0547A9";