feat(git): auto setup remote on push
parent
e3ea46864b
commit
c121eae7a1
|
@ -53,6 +53,7 @@ in
|
|||
init.defaultBranch = "main";
|
||||
merge.conflictstyle = "zdiff3";
|
||||
diff.external = getExe pkgs.difftastic;
|
||||
push.autoSetupRemote = true;
|
||||
};
|
||||
signing = mkIf cfg.signing {
|
||||
key = "0x970C6E89EB0547A9";
|
||||
|
|
Loading…
Reference in New Issue