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 = { programs.git = {
enable = true; enable = true;
config = { config = {
init = {
defaultBranch = "main";
};
credential = { credential = {
helper = "cache --timeout 21600"; helper = "cache --timeout 21600";
}; };