fix: git push.autoUpstreamRemote is now true in home.nix

This commit is contained in:
2025-11-15 22:07:39 -05:00
parent cab9d1e7f9
commit 86a5a36783
+1
View File
@@ -76,6 +76,7 @@
userEmail = "wyatt@leeworks.dev";
extraConfig = {
init.defaultBranch = "master";
push.autoSetupRemote = "true";
};
};