Enable auto setup remote for get push

This commit is contained in:
Alexander Wainwright
2025-12-21 19:08:25 +10:00
parent 717f75ef94
commit 909e835e4f

View File

@@ -146,6 +146,9 @@
init = {
defaultBranch = "main";
};
push = {
autoSetupRemote = true;
};
};
};