feat(git): enable autosetupremote

This commit is contained in:
2026-05-27 18:07:33 +02:00
parent 3f7b0028b9
commit 05d66c068e
+1
View File
@@ -12,6 +12,7 @@
init.defaultBranch = "main"; init.defaultBranch = "main";
pull.rebase = true; pull.rebase = true;
commit.gpgsign = true; commit.gpgsign = true;
push.autoSetupRemote = true;
}; };
}; };
} }