Set global default git branch to "main"

This commit is contained in:
2025-05-19 18:26:58 -04:00
parent 4c09541187
commit 57ad7fe5c6

View File

@@ -144,6 +144,9 @@
programs.git = {
enable = true;
config = {
init = {
defaultBranch = "main";
};
credential = {
helper = "cache --timeout 21600";
};