adding default branch master

This commit is contained in:
Deepak Mallubhotla 2025-03-09 05:24:12 -05:00
parent a58a120354
commit 61f68447e0
Signed by: deepak
GPG Key ID: 47831B15427F5A55

View File

@ -63,6 +63,9 @@ in
core = { core = {
fileMode = false; fileMode = false;
}; };
init = {
defaultBranch = "master";
};
}; };
includes = [ includes = [
# this allows us to have a local gitconfig maybe? # this allows us to have a local gitconfig maybe?