home/git: set defaultbranch to master

This commit is contained in:
Asmir A 2024-12-04 15:22:01 +01:00
parent e3673902e2
commit 0b069d7277
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -182,6 +182,7 @@ in {
userName = "Asmir A"; userName = "Asmir A";
userEmail = "asmir.abdulahovic@gmail.com"; userEmail = "asmir.abdulahovic@gmail.com";
extraConfig = { extraConfig = {
init.defaultBranch = "master";
pull = {rebase = true;}; pull = {rebase = true;};
credential = {helper = "store";}; credential = {helper = "store";};
}; };